merge PopupPanel into HoverPanel with popupMode flag, delete PopupPanel
This commit is contained in:
parent
885e446bf4
commit
71258b6d80
6 changed files with 121 additions and 169 deletions
|
|
@ -3,10 +3,11 @@ import Quickshell
|
|||
import Quickshell.Io
|
||||
import "." as M
|
||||
|
||||
M.PopupPanel {
|
||||
M.HoverPanel {
|
||||
id: menuWindow
|
||||
|
||||
panelWidth: 250
|
||||
popupMode: true
|
||||
contentWidth: 250
|
||||
|
||||
property var _networks: []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue