mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-07-10 06:52:24 +08:00
Fixed: #17
This commit is contained in:
@@ -29,4 +29,10 @@ if (!db.has('picBed').value()) {
|
||||
}).write()
|
||||
}
|
||||
|
||||
if (!db.has('shortKey').value()) {
|
||||
db.set('shortKey', {
|
||||
upload: 'CommandOrControl+Shift+P'
|
||||
}).write()
|
||||
}
|
||||
|
||||
export default db
|
||||
|
||||
Reference in New Issue
Block a user