feat: Add a fallback theme to custom themes (#5198)
This commit is contained in:
@@ -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_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user