diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-07-02 13:34:04 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-07-02 13:34:04 +0300 |
commit | 7579fff532629643384d9b8011e885028ca9a8f0 (patch) | |
tree | 8380c6e0bcb3d30623306fa0fe98d5a5592cb6eb /launcher/ui/themes/ThemeManager.cpp | |
parent | 7ac2a23bc8083f0320d73af32f62ad97a407557b (diff) | |
download | PrismLauncher-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.cpp | 2 |
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))); } }; |