mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 02:08:03 +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.#camera = settings.camera || this.#camera;
|
||||
this.#ledgerConn = settings.ledgerConn || this.#ledgerConn;
|
||||
this.#ledgerApp = settings.ledgerApp || this.#ledgerApp;
|
||||
this.#i18nLang = settings.i18nLang || this.#i18nLang;
|
||||
this.#icon = settings.icon || this.#icon;
|
||||
this.#locking = settings.locking || this.#locking;
|
||||
|
||||
@@ -41,10 +41,5 @@ export const LEDGER_APP: Option[] = [
|
||||
info: 'migration',
|
||||
text: 'Use the Ledger Migration App',
|
||||
value: 'migration'
|
||||
},
|
||||
{
|
||||
info: 'legacy',
|
||||
text: 'Use the Ledger Legacy App',
|
||||
value: 'legacy'
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user