fix/dynamic-themes

Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
Collecting
2025-11-02 04:33:58 +00:00
parent bcf3dd36b8
commit 49bc7e0c38

View File

@@ -5800,7 +5800,11 @@ void GMainWindow::UpdateUITheme() {
UISettings::values.theme);
qApp->setStyleSheet({});
setStyleSheet({});
}
emit themeChanged();
}
void GMainWindow::LoadTranslation() {