✌️
This commit is contained in:
		
							parent
							
								
									be9f836b21
								
							
						
					
					
						commit
						ab04f2fce0
					
				
					 1 changed files with 6 additions and 0 deletions
				
			
		|  | @ -41,6 +41,7 @@ | |||
| 			</div> | ||||
| 			<div class="div"> | ||||
| 				<button class="ui" @click="updateWallpaper">%i18n:@choose-wallpaper%</button> | ||||
| 				<button class="ui" @click="deleteWallpaper">%i18n:@delete-wallpaper%</button> | ||||
| 				<mk-switch v-model="darkmode" text="%i18n:@dark-mode%"/> | ||||
| 				<mk-switch v-model="$store.state.settings.circleIcons" @change="onChangeCircleIcons" text="%i18n:@circle-icons%"/> | ||||
| 				<mk-switch v-model="$store.state.settings.gradientWindowHeader" @change="onChangeGradientWindowHeader" text="%i18n:@gradient-window-header%"/> | ||||
|  | @ -303,6 +304,11 @@ export default Vue.extend({ | |||
| 				}); | ||||
| 			}); | ||||
| 		}, | ||||
| 		deleteWallpaper() { | ||||
| 			(this as any).api('i/update', { | ||||
| 				wallpaperId: null | ||||
| 			}); | ||||
| 		}, | ||||
| 		onChangeFetchOnScroll(v) { | ||||
| 			this.$store.dispatch('settings/set', { | ||||
| 				key: 'fetchOnScroll', | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue