No need to track open popups anymore. Avoid widgets to include services directly

This commit is contained in:
ItsLemmy
2025-11-08 22:37:19 -05:00
parent 373398236a
commit 8b7ec73fdf
10 changed files with 1 additions and 73 deletions
-6
View File
@@ -4,7 +4,6 @@ import QtQuick.Layouts
import QtQuick.Window
import qs.Commons
import qs.Widgets
import qs.Services.UI
Popup {
id: root
@@ -36,11 +35,6 @@ Popup {
selectedIcon = initialIcon
query = initialIcon
searchInput.forceActiveFocus()
PanelService.willOpenPopup(root)
}
onClosed: {
PanelService.willClosePopup(root)
}
background: Rectangle {