mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-23 02:31:07 +00:00
Fix ledgerApp bug, and remove legacy (#798)
This commit is contained in:
@@ -211,6 +211,7 @@ export class Settings implements SettingsStruct {
|
|||||||
this.#apiUrl = settings.apiUrl || this.#apiUrl;
|
this.#apiUrl = settings.apiUrl || this.#apiUrl;
|
||||||
this.#camera = settings.camera || this.#camera;
|
this.#camera = settings.camera || this.#camera;
|
||||||
this.#ledgerConn = settings.ledgerConn || this.#ledgerConn;
|
this.#ledgerConn = settings.ledgerConn || this.#ledgerConn;
|
||||||
|
this.#ledgerApp = settings.ledgerApp || this.#ledgerApp;
|
||||||
this.#i18nLang = settings.i18nLang || this.#i18nLang;
|
this.#i18nLang = settings.i18nLang || this.#i18nLang;
|
||||||
this.#icon = settings.icon || this.#icon;
|
this.#icon = settings.icon || this.#icon;
|
||||||
this.#locking = settings.locking || this.#locking;
|
this.#locking = settings.locking || this.#locking;
|
||||||
|
|||||||
@@ -41,10 +41,5 @@ export const LEDGER_APP: Option[] = [
|
|||||||
info: 'migration',
|
info: 'migration',
|
||||||
text: 'Use the Ledger Migration App',
|
text: 'Use the Ledger Migration App',
|
||||||
value: 'migration'
|
value: 'migration'
|
||||||
},
|
|
||||||
{
|
|
||||||
info: 'legacy',
|
|
||||||
text: 'Use the Ledger Legacy App',
|
|
||||||
value: 'legacy'
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user