mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
region selector: fix dismiss button
This commit is contained in:
@@ -20,6 +20,8 @@ Toolbar {
|
||||
// Use a synchronizer on these
|
||||
property var action
|
||||
property var selectionMode
|
||||
// Signals
|
||||
signal dismiss()
|
||||
|
||||
MaterialCookie {
|
||||
Layout.fillHeight: true
|
||||
|
||||
@@ -507,6 +507,8 @@ PanelWindow {
|
||||
Synchronizer on selectionMode {
|
||||
property alias source: root.selectionMode
|
||||
}
|
||||
|
||||
onDismiss: root.dismiss();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user