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({
onClicked: () => {
opened.value = "";
App.closeWindow("quicksettings");
Utils.execAsync(command);
},
child: Widget.Label({