Auto close settings after hybernate

This commit is contained in:
2024-11-08 21:12:28 +01:00
parent 694e26edc8
commit a4e4434bb3

View File

@@ -99,6 +99,7 @@ const VerificationMenu = ({ name, icon, title, command }) =>
Widget.Button({ Widget.Button({
onClicked: () => { onClicked: () => {
opened.value = ""; opened.value = "";
App.closeWindow("quicksettings");
Utils.execAsync(command); Utils.execAsync(command);
}, },
child: Widget.Label({ child: Widget.Label({