Better setting
This commit is contained in:
		@@ -28,7 +28,7 @@
 | 
			
		||||
 | 
			
		||||
				<section>
 | 
			
		||||
					<ui-switch v-model="games_reversi_showBoardLabels">{{ $t('@.show-reversi-board-labels') }}</ui-switch>
 | 
			
		||||
					<ui-switch v-model="games_reversi_useWhiteBlackStones">{{ $t('@.use-white-black-reversi-stones') }}</ui-switch>
 | 
			
		||||
					<ui-switch v-model="games_reversi_useAvatarStones">{{ $t('@.use-avatar-reversi-stones') }}</ui-switch>
 | 
			
		||||
				</section>
 | 
			
		||||
 | 
			
		||||
				<section>
 | 
			
		||||
@@ -285,9 +285,9 @@ export default Vue.extend({
 | 
			
		||||
			set(value) { this.$store.dispatch('settings/set', { key: 'games.reversi.showBoardLabels', value }); }
 | 
			
		||||
		},
 | 
			
		||||
 | 
			
		||||
		games_reversi_useWhiteBlackStones: {
 | 
			
		||||
			get() { return this.$store.state.settings.games.reversi.useWhiteBlackStones; },
 | 
			
		||||
			set(value) { this.$store.dispatch('settings/set', { key: 'games.reversi.useWhiteBlackStones', value }); }
 | 
			
		||||
		games_reversi_useAvatarStones: {
 | 
			
		||||
			get() { return this.$store.state.settings.games.reversi.useAvatarStones; },
 | 
			
		||||
			set(value) { this.$store.dispatch('settings/set', { key: 'games.reversi.useAvatarStones', value }); }
 | 
			
		||||
		},
 | 
			
		||||
 | 
			
		||||
		disableAnimatedMfm: {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user