aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/themes/CustomTheme.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/ui/themes/CustomTheme.cpp')
-rw-r--r--launcher/ui/themes/CustomTheme.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/launcher/ui/themes/CustomTheme.cpp b/launcher/ui/themes/CustomTheme.cpp
index 177edefa..d1eaf157 100644
--- a/launcher/ui/themes/CustomTheme.cpp
+++ b/launcher/ui/themes/CustomTheme.cpp
@@ -183,7 +183,8 @@ CustomTheme::CustomTheme(ITheme* baseTheme, QFileInfo& fileInfo, bool isManifest
return;
}
- // FIXME: This is kinda jank, it only actually checks if the qss file path is not present. It should actually check for any relevant missing data (e.g. name, colors)
+ // FIXME: This is kinda jank, it only actually checks if the qss file path is not present. It should actually check for any relevant
+ // missing data (e.g. name, colors)
if (jsonDataIncomplete) {
writeThemeJson(fileInfo.absoluteFilePath(), m_palette, m_fadeAmount, m_fadeColor, m_name, m_widgets, m_qssFilePath);
}