mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
wifi networks: properties button: close sidebar
This commit is contained in:
@@ -224,6 +224,7 @@ const CurrentNetwork = () => {
|
||||
if (uuid.trim()) {
|
||||
Utils.execAsync(`nm-connection-editor --edit ${uuid.trim()}`);
|
||||
}
|
||||
closeEverything();
|
||||
}).catch(error => {
|
||||
Utils.notify('Failed to get connection UUID');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user