forked from FoundKeyGang/FoundKey
Chage default settings
This commit is contained in:
parent
2919e37586
commit
3a5f55c471
1 changed files with 3 additions and 3 deletions
|
@ -46,11 +46,11 @@ const defaultDeviceSettings = {
|
|||
deckMode: false,
|
||||
deckColumnAlign: 'center',
|
||||
deckColumnWidth: 'normal',
|
||||
useShadow: true,
|
||||
roundedCorners: false,
|
||||
useShadow: false,
|
||||
roundedCorners: true,
|
||||
reduceMotion: false,
|
||||
autoPopout: false,
|
||||
darkmode: false,
|
||||
darkmode: true,
|
||||
darkTheme: 'dark',
|
||||
lightTheme: 'light',
|
||||
lineWidth: 1,
|
||||
|
|
Loading…
Reference in a new issue