Skip to content

Commit

Permalink
Fix ledgerApp bug, and remove legacy (#798)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul authored Jul 23, 2024
1 parent 482dcc0 commit 04c00c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions packages/ui-settings/src/Settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
5 changes: 0 additions & 5 deletions packages/ui-settings/src/defaults/ledger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
];

0 comments on commit 04c00c6

Please sign in to comment.