This commit is contained in:
Molunerfinn
2018-01-30 15:20:19 +08:00
parent 16fe016c70
commit 37a784225e
7 changed files with 158 additions and 15 deletions

View File

@@ -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