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:
@@ -973,7 +973,7 @@ Singleton {
|
||||
return "dark"
|
||||
}
|
||||
|
||||
function get(): string {
|
||||
function getMode(): string {
|
||||
return root.isLightMode ? "light" : "dark"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user