File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const defaultSetting: LX.AppSetting = {
1919 'common.isAgreePact' : false ,
2020 'common.controlBtnPosition' : isMac ? 'left' : 'right' ,
2121 'common.playBarProgressStyle' : 'mini' ,
22- 'common.transparentWindow' : false ,
22+ 'common.transparentWindow' : true ,
2323 'common.tryAutoUpdate' : true ,
2424 'common.showChangeLog' : true ,
2525
Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ export const initAppSetting = async() => {
281281 global . lx . appSetting = ( await initSetting ( ) ) . setting
282282 if ( ! dbFileExists ) await migrateDBData ( ) . catch ( err => { log . error ( err ) } )
283283 initTheme ( )
284- if ( envParams . cmdParams . dt == null ) envParams . cmdParams . dt = global . lx . appSetting [ 'common.transparentWindow' ]
284+ if ( envParams . cmdParams . dt == null ) envParams . cmdParams . dt = ! global . lx . appSetting [ 'common.transparentWindow' ]
285285 }
286286 // global.lx.theme = getTheme()
287287
You can’t perform that action at this time.
0 commit comments