[Client] line thiknessの設定はデバイスに保存するように

This commit is contained in:
syuilo
2018-12-31 00:59:13 +09:00
parent e68c6175ce
commit 84f1ce866b
4 changed files with 8 additions and 8 deletions

View File

@@ -21,7 +21,6 @@ const defaultSettings = {
showClockOnHeader: true,
useShadow: true,
roundedCorners: false,
lineWidth: 1,
circleIcons: true,
contrastedAcct: true,
showFullAcct: false,
@@ -53,6 +52,7 @@ const defaultDeviceSettings = {
darkmode: false,
darkTheme: 'dark',
lightTheme: 'light',
lineWidth: 1,
themes: [],
enableSounds: true,
soundVolume: 0.5,