aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui
diff options
context:
space:
mode:
authorTheKodeToad <TheKodeToad@proton.me>2023-08-12 19:04:34 +0100
committerGitHub <noreply@github.com>2023-08-12 19:04:34 +0100
commit3c209ba502d946f8302192287c9e1c18bf5fdd7c (patch)
tree5d78e976fb81603b531cb125facca3fbd579b5d2 /launcher/ui
parente079cbb055556fdd6bd379e8f8fc426915fa25c0 (diff)
downloadPrismLauncher-3c209ba502d946f8302192287c9e1c18bf5fdd7c.tar.gz
PrismLauncher-3c209ba502d946f8302192287c9e1c18bf5fdd7c.tar.bz2
PrismLauncher-3c209ba502d946f8302192287c9e1c18bf5fdd7c.zip
`theme` -> `catpacks`
Co-authored-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com> Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
Diffstat (limited to 'launcher/ui')
-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 bce13b45..0bcac100 100644
--- a/launcher/ui/themes/ThemeManager.cpp
+++ b/launcher/ui/themes/ThemeManager.cpp
@@ -276,7 +276,7 @@ void ThemeManager::initializeCatPacks()
addCatPack(std::unique_ptr<CatPack>(new BasicCatPack(id, name)));
}
if (!m_catPacksFolder.mkpath("."))
- themeWarningLog() << "Couldn't create theme folder";
+ themeWarningLog() << "Couldn't create catpacks folder";
themeDebugLog() << "CatPacks Folder Path:" << m_catPacksFolder.absolutePath();
QStringList supportedImageFormats;