Co-authored-by: 藤 <nyaguri0417@gmail.com>
This commit is contained in:
		@@ -399,7 +399,7 @@ function menu(ev: MouseEvent, profileId: string) {
 | 
			
		||||
		icon: 'ti ti-device-floppy',
 | 
			
		||||
		action: () => save(profileId),
 | 
			
		||||
	}, null, {
 | 
			
		||||
		text: ts._preferencesBackups.delete,
 | 
			
		||||
		text: ts.delete,
 | 
			
		||||
		icon: 'ti ti-trash',
 | 
			
		||||
		action: () => deleteProfile(profileId),
 | 
			
		||||
		danger: true,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user