mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
No need to track open popups anymore. Avoid widgets to include services directly
This commit is contained in:
@@ -27,14 +27,6 @@ Popup {
|
||||
signal accepted(var paths)
|
||||
signal cancelled
|
||||
|
||||
onOpened: {
|
||||
PanelService.willOpenPopup(root)
|
||||
}
|
||||
|
||||
onClosed: {
|
||||
PanelService.willClosePopup(root)
|
||||
}
|
||||
|
||||
function openFilePicker() {
|
||||
if (!root.currentPath)
|
||||
root.currentPath = root.initialPath
|
||||
|
||||
Reference in New Issue
Block a user