feat: Add a fallback theme to custom themes (#5198)

This commit is contained in:
pajlada
2024-02-24 15:14:49 +01:00
committed by GitHub
parent 86111d59b6
commit 2815c7b67d
4 changed files with 117 additions and 37 deletions
+1 -1
View File
@@ -182,7 +182,7 @@ private:
std::optional<ThemeDescriptor> findThemeByKey(const QString &key);
void parseFrom(const QJsonObject &root);
void parseFrom(const QJsonObject &root, bool isCustomTheme);
pajlada::Signals::NoArgSignal repaintVisibleChatWidgets_;