mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-12 21:11:01 +00:00
Add setting for auto extension metadata upgrades (#704)
This commit is contained in:
@@ -41,6 +41,21 @@ const LOCKING: Option[] = [
|
||||
}
|
||||
];
|
||||
|
||||
const METADATA_UP_DEFAULT = 'off';
|
||||
|
||||
const METADATA_UP: Option[] = [
|
||||
{
|
||||
info: 'off',
|
||||
text: 'Do not auto-update extension metadata',
|
||||
value: 'off'
|
||||
},
|
||||
{
|
||||
info: 'on',
|
||||
text: 'Auto-update extension metadata',
|
||||
value: 'on'
|
||||
}
|
||||
];
|
||||
|
||||
const STORAGE_DEFAULT = 'off';
|
||||
|
||||
const STORAGE: Option[] = [
|
||||
@@ -72,6 +87,8 @@ export {
|
||||
LEDGER_CONN,
|
||||
LOCKING_DEFAULT,
|
||||
LOCKING,
|
||||
METADATA_UP,
|
||||
METADATA_UP_DEFAULT,
|
||||
NOTIFICATION_DEFAULT,
|
||||
PREFIX_DEFAULT,
|
||||
PREFIXES,
|
||||
|
||||
Reference in New Issue
Block a user