Feature: users can customize mini window icon now

This commit is contained in:
萌萌哒赫萝
2023-03-16 17:58:34 +08:00
parent 016075e5f0
commit 8feb30adbf
9 changed files with 108 additions and 20 deletions

View File

@@ -111,6 +111,10 @@ interface ILocales {
UPLOADER_CONFIG_NAME: string
UPLOADER_CONFIG_PLACEHOLDER: string
SELECTED_SETTING_HINT: string
SETTINGS_CUSTOM_MINI_ICON_PATH: string
SETTINGS_CUSTOM_MINI_ICON: string
SETTINGS_COMPRESS_AND_WATERMARK: string
SETTINGS_SYNC_DELETE_CLOUD: string
SHORTCUT_NAME: string
SHORTCUT_BIND: string
SHORTCUT_STATUS: string

View File

@@ -12,7 +12,9 @@ interface ISettingForm {
useBuiltinClipboard: boolean
language: string
logFileSizeLimit: number,
deleteCloudFile: boolean
deleteCloudFile: boolean,
isCustomMiniIcon: boolean,
customMiniIcon: string
}
interface IShortKeyMap {