Feature(custom): change default short key

This commit is contained in:
Kuingsmile 2024-10-08 15:57:46 +08:00
parent 69010f7a73
commit 64fba8a6eb

View File

@ -35,7 +35,7 @@ class ConfigStore {
if (!this.#db.has(configPaths.settings.shortKey._path)) { if (!this.#db.has(configPaths.settings.shortKey._path)) {
this.#db.set(configPaths.settings.shortKey['picgo:upload'], { this.#db.set(configPaths.settings.shortKey['picgo:upload'], {
enable: true, enable: true,
key: 'CommandOrControl+Shift+P', key: 'CommandOrControl+Alt+P',
name: 'upload', name: 'upload',
label: T('QUICK_UPLOAD') label: T('QUICK_UPLOAD')
}) })