fix/themes

Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
Collecting
2025-11-02 02:06:08 +00:00
parent 755286cbbc
commit bccddc82b5

View File

@@ -6,6 +6,7 @@
#include <memory> #include <memory>
#include <vector> #include <vector>
#include <QColor>
#include <QDialog> #include <QDialog>
#include "common/settings_enums.h" #include "common/settings_enums.h"
#include "citron/configuration/shared_widget.h" // <-- Correct header for Builder #include "citron/configuration/shared_widget.h" // <-- Correct header for Builder
@@ -70,6 +71,8 @@ private:
void OnLanguageChanged(const QString& locale); void OnLanguageChanged(const QString& locale);
QColor last_palette_text_color;
// All members are now in the EXACT correct order to match the constructor // All members are now in the EXACT correct order to match the constructor
std::unique_ptr<Ui::ConfigureDialog> ui; std::unique_ptr<Ui::ConfigureDialog> ui;
HotkeyRegistry& registry; HotkeyRegistry& registry;