mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-05-06 21:28:08 +00: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