1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 13:32:50 -05:00

window: remove unused signal

This commit is contained in:
bbedward
2025-12-27 12:32:42 -05:00
parent 5c420ab50b
commit da37e16b6e

View File

@@ -15,7 +15,6 @@ FloatingWindow {
property bool keyboardNavigationActive: false
property var parentModal: null
signal closed
signal widgetAdded(string widgetType)
function updateFilteredWidgets() {
@@ -87,7 +86,6 @@ FloatingWindow {
function hide() {
visible = false;
root.closed();
if (!parentModal)
return;
parentModal.shouldHaveFocus = Qt.binding(() => parentModal.shouldBeVisible);