Resolved broken settings. Utilized Singleton more effectively

This commit is contained in:
Corey Woodworth
2025-10-30 20:13:12 -04:00
parent c955db20b7
commit 6a74924e04
3 changed files with 16 additions and 26 deletions
+2 -1
View File
@@ -21,7 +21,7 @@ Singleton {
"DarkMode": darkMode,
"KeepAwake": keepAwakeComponent,
"KeyboardLayout": keyboardLayoutComponent,
"LockKeys:": lockKeysComponent,
"LockKeys": lockKeysComponent,
"MediaMini": mediaMiniComponent,
"Microphone": microphoneComponent,
"NightLight": nightLightComponent,
@@ -100,6 +100,7 @@ Singleton {
"displayMode": "onhover"
},
"LockKeys": {
"allowUserSettings": true,
"showCapsLock": true,
"showNumLock": true,
"showScrollLock": true