Fixed bug in assigning home location

This commit is contained in:
Digital Artifex
2026-06-18 17:52:21 -04:00
parent 5354103844
commit fcceb77987
+1 -1
View File
@@ -9,7 +9,7 @@
SettingsManager::SettingsManager(QObject *parent) : QObject(parent) SettingsManager::SettingsManager(QObject *parent) : QObject(parent)
{ {
m_homeLocation = QStandardPaths::writableLocation(QStandardPaths::HomeLocation).at(0); m_homeLocation = QStandardPaths::writableLocation(QStandardPaths::HomeLocation);
m_shaderPackLocation = m_homeLocation + QString("/.local/share/komplex/packs"); m_shaderPackLocation = m_homeLocation + QString("/.local/share/komplex/packs");
m_configLocation = m_homeLocation + QString("/.config/plasma-org.kde.plasma.desktop-appletsrc"); m_configLocation = m_homeLocation + QString("/.config/plasma-org.kde.plasma.desktop-appletsrc");