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,
|
deckMode: false,
|
||||||
deckColumnAlign: 'center',
|
deckColumnAlign: 'center',
|
||||||
deckColumnWidth: 'normal',
|
deckColumnWidth: 'normal',
|
||||||
useShadow: true,
|
useShadow: false,
|
||||||
roundedCorners: false,
|
roundedCorners: true,
|
||||||
reduceMotion: false,
|
reduceMotion: false,
|
||||||
autoPopout: false,
|
autoPopout: false,
|
||||||
darkmode: false,
|
darkmode: true,
|
||||||
darkTheme: 'dark',
|
darkTheme: 'dark',
|
||||||
lightTheme: 'light',
|
lightTheme: 'light',
|
||||||
lineWidth: 1,
|
lineWidth: 1,
|
||||||
|
|
Loading…
Reference in a new issue