mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-23 01:56:08 -04: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