mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-09-04 23:19:09 +08:00
✨ Feature(custom): change default short key
This commit is contained in:
@@ -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')
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user