1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-28 15:32:50 -05:00

Migrate plugin settings to separate file

This commit is contained in:
bbedward
2025-10-07 08:22:21 -04:00
parent 43970d34aa
commit 7e49631912
2 changed files with 67 additions and 4 deletions

View File

@@ -459,6 +459,10 @@ Singleton {
return SettingsData.getPluginSetting(pluginId, key, defaultValue)
}
function saveAllPluginSettings() {
SettingsData.savePluginSettings()
}
function createPluginDirectory() {
var mkdirProcess = Qt.createComponent("data:text/plain,import Quickshell.Io; Process { }")
if (mkdirProcess.status === Component.Ready) {