mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-07-02 05:01:41 +08:00
🐛 Fix(db): fix some db bugs
#873,#806
This commit is contained in:
@@ -177,7 +177,7 @@ class ShortKeyHandler {
|
||||
keyList.forEach(item => {
|
||||
globalShortcut.unregister(item.key)
|
||||
shortKeyService.unregisterCommand(item.command)
|
||||
picgo.unsetConfig('settings.shortKey', item.command)
|
||||
db.unset('settings.shortKey', item.command)
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user