mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-04 21:02:06 -04:00
osd: add option to disable each OSD
This commit is contained in:
@@ -17,7 +17,7 @@ DankOSD {
|
||||
target: DMSService
|
||||
|
||||
function onCapsLockStateChanged() {
|
||||
if (lastCapsLockState !== DMSService.capsLockState) {
|
||||
if (lastCapsLockState !== DMSService.capsLockState && SettingsData.osdCapsLockEnabled) {
|
||||
root.show()
|
||||
}
|
||||
lastCapsLockState = DMSService.capsLockState
|
||||
|
||||
Reference in New Issue
Block a user