aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/themes/ThemeManager.cpp
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2023-07-02 13:34:04 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2023-07-02 13:34:04 +0300
commit7579fff532629643384d9b8011e885028ca9a8f0 (patch)
tree8380c6e0bcb3d30623306fa0fe98d5a5592cb6eb /launcher/ui/themes/ThemeManager.cpp
parent7ac2a23bc8083f0320d73af32f62ad97a407557b (diff)
downloadPrismLauncher-7579fff532629643384d9b8011e885028ca9a8f0.tar.gz
PrismLauncher-7579fff532629643384d9b8011e885028ca9a8f0.tar.bz2
PrismLauncher-7579fff532629643384d9b8011e885028ca9a8f0.zip
Added more options for variants planing
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/ui/themes/ThemeManager.cpp')
-rw-r--r--launcher/ui/themes/ThemeManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/themes/ThemeManager.cpp b/launcher/ui/themes/ThemeManager.cpp
index bfd0550a..d00b3a99 100644
--- a/launcher/ui/themes/ThemeManager.cpp
+++ b/launcher/ui/themes/ThemeManager.cpp
@@ -189,7 +189,7 @@ void ThemeManager::initializeCatPacks()
while (ImageFileIterator.hasNext()) {
QFile customCatFile(ImageFileIterator.next());
QFileInfo customCatFileInfo(customCatFile);
- themeDebugLog() << "Loading QSS Theme from:" << customCatFileInfo.absoluteFilePath();
+ themeDebugLog() << "Loading CatPack from:" << customCatFileInfo.absoluteFilePath();
addCatPack(std::unique_ptr<CatPack>(new FileCatPack(customCatFileInfo)));
}
};