gnome control center -> plasma systemsettings

This commit is contained in:
end-4
2025-06-08 17:05:20 +02:00
parent f840af4652
commit cfb4f1a5e1
4 changed files with 6 additions and 6 deletions
@@ -15,7 +15,7 @@ QuickToggleButton {
toggleNetwork.running = true
}
altAction: () => {
Hyprland.dispatch(`exec ${ConfigOptions.apps.network}`)
Hyprland.dispatch(`exec ${Network.ethernet ? ConfigOptions.apps.networkEthernet : ConfigOptions.apps.network}`)
Hyprland.dispatch("global quickshell:sidebarRightClose")
}
Process {