mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
This commit is contained in:
		
						commit
						48e2523081
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -399,7 +399,7 @@ function menu(ev: MouseEvent, profileId: string) {
 | 
				
			||||||
		icon: 'ti ti-device-floppy',
 | 
							icon: 'ti ti-device-floppy',
 | 
				
			||||||
		action: () => save(profileId),
 | 
							action: () => save(profileId),
 | 
				
			||||||
	}, null, {
 | 
						}, null, {
 | 
				
			||||||
		text: ts._preferencesBackups.delete,
 | 
							text: ts.delete,
 | 
				
			||||||
		icon: 'ti ti-trash',
 | 
							icon: 'ti ti-trash',
 | 
				
			||||||
		action: () => deleteProfile(profileId),
 | 
							action: () => deleteProfile(profileId),
 | 
				
			||||||
		danger: true,
 | 
							danger: true,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue