diff --git a/Assets/Translations/de.json b/Assets/Translations/de.json index 9f39b8f7..7031fe9a 100644 --- a/Assets/Translations/de.json +++ b/Assets/Translations/de.json @@ -855,10 +855,6 @@ "label": "Eckenradius", "reset": "Rahmenradius zurücksetzen" }, - "dim-desktop": { - "description": "Den Desktop abdunkeln, wenn Bedienfelder oder Menüs geöffnet sind.", - "label": "Desktop abdunkeln" - }, "scaling": { "description": "Ändert die Größe der allgemeinen Benutzeroberfläche, mit Ausnahme der Leiste.", "label": "Oberflächenskalierung", diff --git a/Assets/Translations/en.json b/Assets/Translations/en.json index c018910b..dadebd57 100644 --- a/Assets/Translations/en.json +++ b/Assets/Translations/en.json @@ -851,10 +851,6 @@ "description": "Changes the size of the general user interface, excluding the bar.", "reset-scaling": "Reset interface scaling" }, - "dim-desktop": { - "label": "Dim desktop", - "description": "Dim the desktop when panels or menus are open." - }, "border-radius": { "label": "Border radius", "description": "Controls the corner roundness of windows, buttons, and other elements.", diff --git a/Assets/Translations/es.json b/Assets/Translations/es.json index 87250cf0..40d380ed 100644 --- a/Assets/Translations/es.json +++ b/Assets/Translations/es.json @@ -855,10 +855,6 @@ "label": "Radio de borde", "reset": "Restablecer el radio del borde" }, - "dim-desktop": { - "description": "Atenuar el escritorio cuando los paneles o menús estén abiertos.", - "label": "Dim escritorio" - }, "scaling": { "description": "Cambia el tamaño de la interfaz de usuario general, excluyendo la barra.", "label": "Escalado de la interfaz", diff --git a/Assets/Translations/fr.json b/Assets/Translations/fr.json index 7a66cfb7..fac87c94 100644 --- a/Assets/Translations/fr.json +++ b/Assets/Translations/fr.json @@ -855,10 +855,6 @@ "label": "Rayon de bordure", "reset": "Réinitialiser le rayon de la bordure" }, - "dim-desktop": { - "description": "Atténuer le bureau lorsque des panneaux ou des menus sont ouverts.", - "label": "Dim bureau" - }, "scaling": { "description": "Modifie la taille de l'interface utilisateur générale, à l'exception de la barre.", "label": "Mise à l'échelle de l'interface", diff --git a/Assets/Translations/pt.json b/Assets/Translations/pt.json index e4da3cd3..a9cb7166 100644 --- a/Assets/Translations/pt.json +++ b/Assets/Translations/pt.json @@ -855,10 +855,6 @@ "label": "Raio da borda", "reset": "Redefinir raio da borda" }, - "dim-desktop": { - "description": "Escurecer a área de trabalho quando painéis ou menus estiverem abertos.", - "label": "Dim área de trabalho" - }, "scaling": { "description": "Altera o tamanho da interface geral do usuário, excluindo a barra.", "label": "Escalonamento da interface", diff --git a/Assets/Translations/zh-CN.json b/Assets/Translations/zh-CN.json index 03847d6c..22dd3418 100644 --- a/Assets/Translations/zh-CN.json +++ b/Assets/Translations/zh-CN.json @@ -855,10 +855,6 @@ "label": "边框半径", "reset": "重置边框半径" }, - "dim-desktop": { - "description": "当面板或菜单打开时,桌面变暗。", - "label": "昏暗的桌面" - }, "scaling": { "description": "更改通用用户界面大小,不包括栏。", "label": "界面缩放", diff --git a/Modules/SetupWizard/SetupCustomizeStep.qml b/Modules/SetupWizard/SetupCustomizeStep.qml index f81ac3a8..0c9f5853 100644 --- a/Modules/SetupWizard/SetupCustomizeStep.qml +++ b/Modules/SetupWizard/SetupCustomizeStep.qml @@ -195,35 +195,6 @@ ColumnLayout { Layout.bottomMargin: Style.marginS } - // Dim Desktop section - RowLayout { - Layout.fillWidth: true - spacing: Style.marginM - - Rectangle { - width: 32 - height: 32 - radius: Style.radiusM - color: Color.mSurface - NIcon { - icon: "moon" - pointSize: Style.fontSizeL - color: Color.mPrimary - anchors.centerIn: parent - } - } - } - - // Divider - Rectangle { - Layout.fillWidth: true - Layout.preferredHeight: 1 - color: Color.mOutline - opacity: 0.2 - Layout.topMargin: Style.marginS - Layout.bottomMargin: Style.marginS - } - // Bar Density section RowLayout { Layout.fillWidth: true