forked from Shinonome/dots-hyprland
wactioncenter: night light page
This commit is contained in:
@@ -41,7 +41,7 @@ Item {
|
||||
HeaderRow {
|
||||
id: headerRow
|
||||
Layout.fillWidth: true
|
||||
title: qsTr("Wi-Fi")
|
||||
title: Translation.tr("Wi-Fi")
|
||||
}
|
||||
WSwitch {
|
||||
id: toggleSwitch
|
||||
@@ -94,7 +94,7 @@ Item {
|
||||
verticalCenter: parent.verticalCenter
|
||||
left: parent.left
|
||||
}
|
||||
text: qsTr("More Internet settings")
|
||||
text: Translation.tr("More Internet settings")
|
||||
onClicked: {
|
||||
Quickshell.execDetached(["qs", "-p", Quickshell.shellPath(""), "ipc", "call", "sidebarLeft", "toggle"]);
|
||||
Quickshell.execDetached(["bash", "-c", Config.options.apps.network]);
|
||||
|
||||
Reference in New Issue
Block a user