[Client] line thiknessの設定はデバイスに保存するように
This commit is contained in:
parent
e68c6175ce
commit
84f1ce866b
4 changed files with 8 additions and 8 deletions
|
|
@ -414,8 +414,8 @@ export default Vue.extend({
|
|||
},
|
||||
|
||||
lineWidth: {
|
||||
get() { return this.$store.state.settings.lineWidth; },
|
||||
set(value) { this.$store.dispatch('settings/set', { key: 'lineWidth', value }); }
|
||||
get() { return this.$store.state.device.lineWidth; },
|
||||
set(value) { this.$store.commit('device/set', { key: 'lineWidth', value }); }
|
||||
},
|
||||
|
||||
fetchOnScroll: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue