fix(SystemTheme): use default palette on all system themes

Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
Seth Flynn
2025-04-06 06:40:43 -04:00
parent c1b460fa05
commit e5861129ad
4 changed files with 22 additions and 10 deletions

View File

@ -38,7 +38,7 @@
class SystemTheme : public ITheme {
public:
SystemTheme(const QString& styleName, bool isDefaultTheme);
SystemTheme(const QString& styleName, const QPalette& defaultPalette, bool isDefaultTheme);
virtual ~SystemTheme() {}
void apply(bool initial) override;