This commit is contained in:
zhuzihcu
2023-05-23 09:33:37 +08:00
parent 1565e2a3eb
commit 22de749c74
3 changed files with 5 additions and 3 deletions

View File

@ -46,7 +46,7 @@ FluWindow {
framless_helper.setWindowFixedSize(fixSize)
title_bar.maximizeButton.visible = !fixSize
if (blurBehindWindowEnabled)
window.backgroundOpacity = 0.1
window.backgroundVisible = false
window.visible = true
}
}