1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-02 19:48:27 -04:00

display config: persist applied layout to auto profile and skip no-op re-apply on startup

related #2526
This commit is contained in:
bbedward
2026-07-04 20:03:11 -04:00
parent 187b7ba8ff
commit 7355cc54b2
6 changed files with 449 additions and 323 deletions
@@ -14,8 +14,8 @@ QtObject {
return;
}
done({
"title": I18n.tr("boregard is required"),
"details": I18n.tr("The 'boregard' tool is not installed or not on your PATH.\n\nInstall it from https://danklinux.com, then re-enable this plugin.")
"title": "boregard is required",
"details": "The 'boregard' tool is not installed or not on your PATH.\n\nInstall it from https://danklinux.com, then re-enable this plugin."
});
});
}