mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	[Client] Fix bug
This commit is contained in:
		
							parent
							
								
									3f79c9ae49
								
							
						
					
					
						commit
						0b53ef9bae
					
				
					 4 changed files with 5 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -155,7 +155,7 @@ export default Vue.extend({
 | 
			
		|||
			this.$root.new(MkSettingsWindow);
 | 
			
		||||
		},
 | 
			
		||||
		signout() {
 | 
			
		||||
			this.$root.os.signout();
 | 
			
		||||
			this.$root.signout();
 | 
			
		||||
		},
 | 
			
		||||
		dark() {
 | 
			
		||||
			this.$store.commit('device/set', {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -162,7 +162,7 @@ export default Vue.extend({
 | 
			
		|||
		},
 | 
			
		||||
 | 
			
		||||
		signout() {
 | 
			
		||||
			this.$root.os.signout();
 | 
			
		||||
			this.$root.signout();
 | 
			
		||||
		},
 | 
			
		||||
 | 
			
		||||
		notifications() {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -290,6 +290,7 @@ export default (callback: (launch: (router: VueRouter) => [Vue, MiOS]) => void,
 | 
			
		|||
					api: os.api,
 | 
			
		||||
					getMeta: os.getMeta,
 | 
			
		||||
					getMetaSync: os.getMetaSync,
 | 
			
		||||
					signout: os.signout,
 | 
			
		||||
					new(vm, props) {
 | 
			
		||||
						const x = new vm({
 | 
			
		||||
							parent: this,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -24,6 +24,7 @@
 | 
			
		|||
					<ui-switch v-model="contrastedAcct">{{ $t('contrasted-acct') }}</ui-switch>
 | 
			
		||||
					<ui-switch v-model="showFullAcct">{{ $t('@.show-full-acct') }}</ui-switch>
 | 
			
		||||
					<ui-switch v-model="useOsDefaultEmojis">{{ $t('@.use-os-default-emojis') }}</ui-switch>
 | 
			
		||||
					<ui-switch v-model="useOsDefaultEmojis">{{ $t('@.use-os-default-emojis') }}</ui-switch>
 | 
			
		||||
					<ui-switch v-model="iLikeSushi">{{ $t('@.i-like-sushi') }}</ui-switch>
 | 
			
		||||
					<ui-switch v-model="disableAnimatedMfm">{{ $t('@.disable-animated-mfm') }}</ui-switch>
 | 
			
		||||
					<ui-switch v-model="alwaysShowNsfw">{{ $t('@.always-show-nsfw') }} ({{ $t('@.this-setting-is-this-device-only') }})</ui-switch>
 | 
			
		||||
| 
						 | 
				
			
			@ -334,7 +335,7 @@ export default Vue.extend({
 | 
			
		|||
 | 
			
		||||
	methods: {
 | 
			
		||||
		signout() {
 | 
			
		||||
			this.$root.os.signout();
 | 
			
		||||
			this.$root.signout();
 | 
			
		||||
		},
 | 
			
		||||
 | 
			
		||||
		checkForUpdate() {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue