1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-05-12 23:32:50 -04:00

(frame): Update connected mode & opacity connection settings

This commit is contained in:
purian23
2026-04-05 11:48:35 -04:00
parent f3ae87cf44
commit 6db3ba5059
6 changed files with 16 additions and 10 deletions
+3 -2
View File
@@ -115,8 +115,9 @@ Item {
SettingsSliderRow {
id: opacitySlider
settingKey: "frameOpacity"
tags: ["frame", "border", "opacity", "transparency"]
text: I18n.tr("Frame Opacity")
tags: ["frame", "border", "surface", "popup", "opacity", "transparency"]
text: I18n.tr("Surface Opacity")
description: I18n.tr("Frame border opacity. Controls all surface opacity globally when Connected Mode is active")
unit: "%"
minimum: 0
maximum: 100