mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	upd: remove tools from more
This commit is contained in:
		
							parent
							
								
									b02a977606
								
							
						
					
					
						commit
						dc0043c965
					
				
					 1 changed files with 1 additions and 8 deletions
				
			
		| 
						 | 
				
			
			@ -6,7 +6,7 @@
 | 
			
		|||
import { computed, reactive } from 'vue';
 | 
			
		||||
import { $i } from '@/account.js';
 | 
			
		||||
import { miLocalStorage } from '@/local-storage.js';
 | 
			
		||||
import { openInstanceMenu, openToolsMenu } from '@/ui/_common_/common.js';
 | 
			
		||||
import { openInstanceMenu } from '@/ui/_common_/common.js';
 | 
			
		||||
import { lookup } from '@/scripts/lookup.js';
 | 
			
		||||
import * as os from '@/os.js';
 | 
			
		||||
import { i18n } from '@/i18n.js';
 | 
			
		||||
| 
						 | 
				
			
			@ -143,13 +143,6 @@ export const navbarItemDef = reactive({
 | 
			
		|||
			openInstanceMenu(ev);
 | 
			
		||||
		},
 | 
			
		||||
	},
 | 
			
		||||
	tools: {
 | 
			
		||||
		title: i18n.ts.tools,
 | 
			
		||||
		icon: 'ph-toolbox ph-bold ph-lg',
 | 
			
		||||
		action: (ev) => {
 | 
			
		||||
			openToolsMenu(ev);
 | 
			
		||||
		},
 | 
			
		||||
	},
 | 
			
		||||
	reload: {
 | 
			
		||||
		title: i18n.ts.reload,
 | 
			
		||||
		icon: 'ph-arrows-clockwise ph-bold ph-lg',
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue