FullscreenUI: Allow changing UI language

This commit is contained in:
Stenzek
2023-11-29 20:26:36 +10:00
parent e806d939ae
commit 325dcc81ca
12 changed files with 111 additions and 47 deletions

View File

@ -107,6 +107,7 @@ public Q_SLOTS:
std::optional<WindowInfo> getWindowInfo();
void checkForUpdates(bool display_message);
void recreate();
void* getNativeWindowId();
@ -242,7 +243,6 @@ private:
void setTheme(const QString& theme);
void updateTheme();
void reloadThemeSpecificImages();
void recreate();
void destroySubWindows();
void registerForDeviceNotifications();