Skip to content

Commit dfe306e

Browse files
committed
enable restore options page for linux
1 parent 9a8db26 commit dfe306e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/router.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -276,10 +276,6 @@ Route<dynamic> createRoute(RouteSettings settings) {
276276
);
277277

278278
case Routes.restoreOptions:
279-
if (SettingsStoreBase.walletPasswordDirectInput) {
280-
return createRoute(RouteSettings(name: Routes.restoreWalletType));
281-
}
282-
283279
final isNewInstall = settings.arguments as bool;
284280
return handleRouteWithPlatformAwareness(
285281
(context) => getIt.get<RestoreOptionsPage>(param1: isNewInstall),

0 commit comments

Comments
 (0)