diff --git a/images/dark/do-not-disturb.svg b/images/dark/do-not-disturb.svg new file mode 100644 index 0000000..05527af --- /dev/null +++ b/images/dark/do-not-disturb.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/images/light/do-not-disturb.svg b/images/light/do-not-disturb.svg new file mode 100644 index 0000000..fb76ff0 --- /dev/null +++ b/images/light/do-not-disturb.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/qml.qrc b/qml.qrc index e21fa54..d8b02bf 100644 --- a/qml.qrc +++ b/qml.qrc @@ -125,5 +125,7 @@ qml/StandardCard.qml images/light/screenshot.svg images/dark/screenshot.svg + images/light/do-not-disturb.svg + images/dark/do-not-disturb.svg diff --git a/qml/ControlCenter.qml b/qml/ControlCenter.qml index ecb251e..adb9c5f 100644 --- a/qml/ControlCenter.qml +++ b/qml/ControlCenter.qml @@ -279,8 +279,8 @@ ControlCenterDialog { CardItem { Layout.fillHeight: true Layout.preferredWidth: cardItems.cellWidth - icon: FishUI.Theme.darkMode || checked ? "qrc:/images/dark/dark-mode.svg" - : "qrc:/images/light/dark-mode.svg" + icon: FishUI.Theme.darkMode || checked ? "qrc:/images/dark/do-not-disturb.svg" + : "qrc:/images/light/do-not-disturb.svg" checked: notifications.doNotDisturb label: qsTr("Do Not Disturb") onClicked: notifications.doNotDisturb = !notifications.doNotDisturb diff --git a/translations/en_US.ts b/translations/en_US.ts index 63e71ad..8a9dd05 100644 --- a/translations/en_US.ts +++ b/translations/en_US.ts @@ -12,27 +12,32 @@ ControlCenter - + Wi-Fi - + Control Center - + Bluetooth - + Dark Mode - + + Do Not Disturb + + + + Screenshot diff --git a/translations/zh_CN.ts b/translations/zh_CN.ts index 1227551..071d4b1 100644 --- a/translations/zh_CN.ts +++ b/translations/zh_CN.ts @@ -12,27 +12,32 @@ ControlCenter - + Wi-Fi 无线网络 - + Control Center 控制中心 - + Bluetooth 蓝牙 - + Dark Mode 深色模式 - + + Do Not Disturb + 勿扰模式 + + + Screenshot 截图