This commit is contained in:
朱子楚
2023-05-21 22:24:56 +08:00
parent 1ca784c28f
commit 27d1b3f57f
2 changed files with 3 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.8
window.backgroundOpacity = 0.1
window.visible = true
}
}