add localforage keys to config
This commit is contained in:
+4
-1
@@ -8,7 +8,10 @@ define(
|
|||||||
// https://api.imgur.com/oauth2/addclient
|
// https://api.imgur.com/oauth2/addclient
|
||||||
// thank you.
|
// thank you.
|
||||||
imgur: 'a4c24380d884932',
|
imgur: 'a4c24380d884932',
|
||||||
storage: 'glitch-items'
|
|
||||||
|
storage: 'glitch-items',
|
||||||
|
settings: 'settings',
|
||||||
|
language: 'language'
|
||||||
},
|
},
|
||||||
defaultControlParams: {
|
defaultControlParams: {
|
||||||
amount: { min: 0, max: 99, value: 24 },
|
amount: { min: 0, max: 99, value: 24 },
|
||||||
|
|||||||
Reference in New Issue
Block a user