Modify Settings-Appearance-Window Corner Angle.

This commit is contained in:
fanchenio 2023-11-09 09:52:27 +08:00
parent 21cddb6d00
commit e688210a58

View File

@ -17,7 +17,7 @@
borderRadius:
store.setting.appearance.transparency < 1 &&
store.setting.appearance.windowRounded
? '2%'
? '8px'
: undefined,
backgroundImage:
store.setting.appearance.backgroundImage &&
@ -420,7 +420,7 @@ function createBackgroundImageStyle() {
";" +
(store.setting.appearance.transparency < 1 &&
store.setting.appearance.windowRounded
? "border-radius: 2%;"
? "border-radius: 8px;"
: "") +
"}";
// head