mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-22 11:53:43 +00:00
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user