mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-03-13 00:18:13 -04:00
✨ Feature(custom): change default short key
This commit is contained in:
parent
69010f7a73
commit
64fba8a6eb
@ -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')
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user