mac下默认不使用透明窗口
parent
42866b8e4f
commit
a4c118648a
|
@ -19,7 +19,7 @@ const defaultSetting: LX.AppSetting = {
|
|||
'common.isAgreePact': false,
|
||||
'common.controlBtnPosition': isMac ? 'left' : 'right',
|
||||
'common.playBarProgressStyle': 'mini',
|
||||
'common.transparentWindow': true,
|
||||
'common.transparentWindow': !isMac,
|
||||
'common.tryAutoUpdate': true,
|
||||
'common.showChangeLog': true,
|
||||
|
||||
|
|
Loading…
Reference in New Issue