1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-28 15:32:50 -05:00

localization: wifi password modal strings

This commit is contained in:
bbedward
2025-10-14 10:57:48 -04:00
parent 7e885d3cee
commit 6d0fba1905
3 changed files with 14 additions and 7 deletions

View File

@@ -34,6 +34,12 @@ PanelWindow {
closeTimer.restart()
}
function resetHideTimer() {
if (shouldBeVisible) {
hideTimer.restart()
}
}
function updateHoverState() {
let isHovered = (enableMouseInteraction && mouseArea.containsMouse) || osdContainer.childHovered
if (enableMouseInteraction) {
@@ -51,7 +57,7 @@ PanelWindow {
}
screen: modelData
visible: shouldBeVisible
visible: false
WlrLayershell.layer: WlrLayershell.Overlay
WlrLayershell.exclusiveZone: -1
WlrLayershell.keyboardFocus: WlrKeyboardFocus.None