wifi networks: properties button: close sidebar

This commit is contained in:
end-4
2025-03-28 17:53:30 +01:00
parent fbb159c576
commit dd35d8d02a
@@ -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');
});