1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-07 22:15:38 -05:00

Update initial focus on IPC Notifications & Notepad

This commit is contained in:
purian23
2025-09-05 23:40:09 -04:00
parent 5f97fd4f7c
commit c9d7641d86
3 changed files with 31 additions and 3 deletions

View File

@@ -36,6 +36,7 @@ PanelWindow {
function show() {
notepadVisible = true
Qt.callLater(() => textArea.forceActiveFocus())
}
function hide() {
@@ -381,9 +382,6 @@ PanelWindow {
repeat: false
onTriggered: {
animatingOut = false
currentFileName = ""
currentFileUrl = ""
hasUnsavedChanges = false
}
}