1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

dankbar: try something else for binding

This commit is contained in:
bbedward
2025-11-29 22:43:55 -05:00
parent b7572f727f
commit 202cf4bcc9
2 changed files with 10 additions and 4 deletions

View File

@@ -479,6 +479,15 @@ PanelWindow {
target: rootWindow
}
Connections {
target: SettingsData
function onBarConfigsChanged() {
Qt.callLater(() => {
topBarCore.backgroundTransparency = barConfig?.transparency ?? 1.0;
});
}
}
function evaluateReveal() {
if (!autoHide)
return;