1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-07 14:05:38 -05:00

add settings IPC

This commit is contained in:
bbedward
2025-08-01 13:57:49 -04:00
parent c794944f01
commit 379f4f9933
3 changed files with 25 additions and 2 deletions

View File

@@ -973,7 +973,7 @@ Singleton {
return "dark"
}
function get(): string {
function getMode(): string {
return root.isLightMode ? "light" : "dark"
}
}