mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-19 10:43:33 +00:00
feat: New Autoloader & Rebrand Current to "Update Manager"
Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
@@ -35,6 +35,7 @@ class ConfigureProfileManager;
|
||||
class ConfigureSystem;
|
||||
class ConfigureUi;
|
||||
class ConfigureWeb;
|
||||
class GameList;
|
||||
|
||||
class ConfigureDialog final : public QDialog {
|
||||
Q_OBJECT
|
||||
@@ -49,6 +50,8 @@ public:
|
||||
|
||||
void ApplyConfiguration();
|
||||
|
||||
ConfigureFilesystem* GetFilesystemTab() const { return filesystem_tab.get(); }
|
||||
|
||||
public slots:
|
||||
void UpdateTheme();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user