forked from Shinonome/dots-hyprland
region selector: fix dismiss button
This commit is contained in:
@@ -20,6 +20,8 @@ Toolbar {
|
|||||||
// Use a synchronizer on these
|
// Use a synchronizer on these
|
||||||
property var action
|
property var action
|
||||||
property var selectionMode
|
property var selectionMode
|
||||||
|
// Signals
|
||||||
|
signal dismiss()
|
||||||
|
|
||||||
MaterialCookie {
|
MaterialCookie {
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
|
|||||||
@@ -507,6 +507,8 @@ PanelWindow {
|
|||||||
Synchronizer on selectionMode {
|
Synchronizer on selectionMode {
|
||||||
property alias source: root.selectionMode
|
property alias source: root.selectionMode
|
||||||
}
|
}
|
||||||
|
|
||||||
|
onDismiss: root.dismiss();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user