mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
right sidebar: remove unecessary visibility hook
This commit is contained in:
parent
69cd0fc447
commit
1ce47424a6
1 changed files with 0 additions and 4 deletions
|
|
@ -29,10 +29,6 @@ Scope {
|
|||
visible: sidebarLoader.active
|
||||
focusable: true
|
||||
|
||||
onVisibleChanged: {
|
||||
if (!visible) sidebarLoader.active = false
|
||||
}
|
||||
|
||||
function hide() {
|
||||
sidebarLoader.active = false
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue