mirror of
https://github.com/fanchenio/DawnLauncher.git
synced 2025-07-14 05:12:11 +08:00
Modify Settings-Appearance-Window Corner Angle.
This commit is contained in:
parent
21cddb6d00
commit
e688210a58
@ -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 元素中
|
||||
|
Loading…
Reference in New Issue
Block a user