Remove namespace, fold I/O into structs.

Took 33 seconds
This commit is contained in:
Lukas Brübach 2026-05-17 09:27:24 +02:00
parent a39e133351
commit 64a5b36e88
4 changed files with 16 additions and 38 deletions

View file

@ -288,7 +288,7 @@ void ThemeManager::applyStyleAndPalette(const QString &themeName,
// Overlay custom palette colours
if (palCfg.hasPalette()) {
base = palCfg.apply( base);
base = palCfg.apply(base);
}
// Palette BEFORE style — setStyle() triggers a synchronous repolish of all