mirror of
https://github.com/zoriya/flake.git
synced 2025-12-06 06:36:19 +00:00
Auto close settings after hybernate
This commit is contained in:
@@ -99,6 +99,7 @@ const VerificationMenu = ({ name, icon, title, command }) =>
|
||||
Widget.Button({
|
||||
onClicked: () => {
|
||||
opened.value = "";
|
||||
App.closeWindow("quicksettings");
|
||||
Utils.execAsync(command);
|
||||
},
|
||||
child: Widget.Label({
|
||||
|
||||
Reference in New Issue
Block a user