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:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user