enhance: メニュー関連をComposition API化、switchアイテム追加 (#8215)
* メニューをComposition API化、switchアイテム追加 クライアントサイド画像圧縮の準備 * メニュー型定義を分離 (TypeScriptの型支援が効かないので) * disabled * make keepOriginal to follow setting value * fix * fix * Fix * clean up
This commit is contained in:
		@@ -43,6 +43,10 @@ export const defaultStore = markRaw(new Storage('base', {
 | 
			
		||||
		where: 'account',
 | 
			
		||||
		default: 'yyyy-MM-dd HH-mm-ss [{{number}}]'
 | 
			
		||||
	},
 | 
			
		||||
	keepOriginalUploading: {
 | 
			
		||||
		where: 'account',
 | 
			
		||||
		default: false
 | 
			
		||||
	},
 | 
			
		||||
	memo: {
 | 
			
		||||
		where: 'account',
 | 
			
		||||
		default: null
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user