FullscreenUI: Allow changing UI language
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user