1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-13 01:02:18 -04:00

(frame): Update connected mode & opacity connection settings

This commit is contained in:
purian23
2026-04-05 11:48:35 -04:00
parent b760dc1c0d
commit 9b8c8de4da
6 changed files with 16 additions and 10 deletions

View File

@@ -1162,6 +1162,8 @@ Singleton {
property real popupTransparency: {
if (typeof SettingsData === "undefined")
return 1.0;
if (isConnectedEffect)
return SettingsData.frameOpacity !== undefined ? SettingsData.frameOpacity : 1.0;
return SettingsData.popupTransparency !== undefined ? SettingsData.popupTransparency : 1.0;
}