mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 21:42:51 -05:00
brightness: fix ddc erasing devices, fix OSD behaviors
This commit is contained in:
@@ -30,6 +30,11 @@ Singleton {
|
||||
onTriggered: root.suppressOSD = false
|
||||
}
|
||||
|
||||
function suppressOSDTemporarily() {
|
||||
suppressOSD = true;
|
||||
osdSuppressTimer.restart();
|
||||
}
|
||||
|
||||
Connections {
|
||||
target: SessionService
|
||||
function onSessionResumed() {
|
||||
|
||||
Reference in New Issue
Block a user