mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-14 21:09:57 -05:00
left sidebar: fix entry focus on open
This commit is contained in:
@@ -30,12 +30,6 @@ Item {
|
||||
Hyprland.dispatch(`exec mkdir -p ${faviconDownloadPath}`)
|
||||
}
|
||||
|
||||
Connections {
|
||||
target: panelWindow
|
||||
function onVisibleChanged(visible) {
|
||||
messageInputField.forceActiveFocus()
|
||||
}
|
||||
}
|
||||
onFocusChanged: (focus) => {
|
||||
if (focus) {
|
||||
messageInputField.forceActiveFocus()
|
||||
|
||||
Reference in New Issue
Block a user