mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-19 10:43:33 +00:00
fix/dynamic-themes
Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
@@ -5800,7 +5800,11 @@ void GMainWindow::UpdateUITheme() {
|
|||||||
UISettings::values.theme);
|
UISettings::values.theme);
|
||||||
qApp->setStyleSheet({});
|
qApp->setStyleSheet({});
|
||||||
setStyleSheet({});
|
setStyleSheet({});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
emit themeChanged();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void GMainWindow::LoadTranslation() {
|
void GMainWindow::LoadTranslation() {
|
||||||
|
|||||||
Reference in New Issue
Block a user