diff options
author | TheKodeToad <TheKodeToad@proton.me> | 2023-08-12 19:04:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-12 19:04:34 +0100 |
commit | 3c209ba502d946f8302192287c9e1c18bf5fdd7c (patch) | |
tree | 5d78e976fb81603b531cb125facca3fbd579b5d2 /launcher/ui | |
parent | e079cbb055556fdd6bd379e8f8fc426915fa25c0 (diff) | |
download | PrismLauncher-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.cpp | 2 |
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; |