forked from Shinonome/dots-hyprland
wifi networks: properties button: close sidebar
This commit is contained in:
@@ -224,6 +224,7 @@ const CurrentNetwork = () => {
|
|||||||
if (uuid.trim()) {
|
if (uuid.trim()) {
|
||||||
Utils.execAsync(`nm-connection-editor --edit ${uuid.trim()}`);
|
Utils.execAsync(`nm-connection-editor --edit ${uuid.trim()}`);
|
||||||
}
|
}
|
||||||
|
closeEverything();
|
||||||
}).catch(error => {
|
}).catch(error => {
|
||||||
Utils.notify('Failed to get connection UUID');
|
Utils.notify('Failed to get connection UUID');
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user