forked from Shinonome/dots-hyprland
fix kill dialog not writing "always" properly (#2232)
This commit is contained in:
@@ -36,6 +36,7 @@ ApplicationWindow {
|
||||
|
||||
Component.onCompleted: {
|
||||
Config.readWriteDelay = 0;
|
||||
Config.blockWrites = true;
|
||||
MaterialThemeLoader.reapplyTheme();
|
||||
}
|
||||
|
||||
@@ -90,8 +91,8 @@ ApplicationWindow {
|
||||
}
|
||||
onClicked: {
|
||||
Quickshell.execDetached(["killall", ...conflictGroup.programs])
|
||||
conflictGroup.visible = false
|
||||
conflictGroup.alwaysSelected()
|
||||
conflictGroup.visible = false
|
||||
}
|
||||
}
|
||||
RippleButton {
|
||||
|
||||
Reference in New Issue
Block a user