Fix double click on SidePanel to close
NPanel: remove WlrLayershell.keyboardFocus.OnDemand, only add it to specific panels.
This commit is contained in:
parent
9a4317739b
commit
65794b52ec
4 changed files with 13 additions and 1 deletions
|
|
@ -14,6 +14,9 @@ NPanel {
|
|||
panelHeight: 500 * scaling
|
||||
panelAnchorRight: true
|
||||
|
||||
// Enable keyboard focus for WiFi panel (needed for password input)
|
||||
panelKeyboardFocus: true
|
||||
|
||||
property string passwordPromptSsid: ""
|
||||
property string passwordInput: ""
|
||||
property bool showPasswordPrompt: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue