mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-18 18:50:50 -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 ConfigureSystem;
|
||||||
class ConfigureUi;
|
class ConfigureUi;
|
||||||
class ConfigureWeb;
|
class ConfigureWeb;
|
||||||
|
class GameList;
|
||||||
|
|
||||||
class ConfigureDialog final : public QDialog {
|
class ConfigureDialog final : public QDialog {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
@@ -49,6 +50,8 @@ public:
|
|||||||
|
|
||||||
void ApplyConfiguration();
|
void ApplyConfiguration();
|
||||||
|
|
||||||
|
ConfigureFilesystem* GetFilesystemTab() const { return filesystem_tab.get(); }
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
void UpdateTheme();
|
void UpdateTheme();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user