NPill: replaced "Normal" by "On Hover"

This commit is contained in:
LemmyCook 2025-09-14 18:15:07 -04:00
parent 7e965262f5
commit da1081700a
7 changed files with 21 additions and 21 deletions

View file

@ -43,12 +43,12 @@ Singleton {
},
"Battery": {
"allowUserSettings": true,
"displayMode": "normal",
"displayMode": "onhover",
"warningThreshold": 30
},
"Brightness": {
"allowUserSettings": true,
"displayMode": "normal"
"displayMode": "onhover"
},
"Clock": {
"allowUserSettings": true,
@ -65,7 +65,7 @@ Singleton {
},
"Microphone": {
"allowUserSettings": true,
"displayMode": "normal"
"displayMode": "onhover"
},
"NotificationHistory": {
"allowUserSettings": true,
@ -102,11 +102,11 @@ Singleton {
},
"Volume": {
"allowUserSettings": true,
"displayMode": "normal"
"displayMode": "onhover"
},
"KeyboardLayout": {
"allowUserSettings": true,
"displayMode": "normal"
"displayMode": "onhover"
}
})