mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
No need to track open popups anymore. Avoid widgets to include services directly
This commit is contained in:
@@ -158,14 +158,6 @@ RowLayout {
|
||||
height: root.popupHeight + 60
|
||||
padding: Style.marginM
|
||||
|
||||
onOpened: {
|
||||
PanelService.willOpenPopup(root)
|
||||
}
|
||||
|
||||
onClosed: {
|
||||
PanelService.willClosePopup(root)
|
||||
}
|
||||
|
||||
contentItem: ColumnLayout {
|
||||
spacing: Style.marginS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user