fix linux welcome screen text button (#1980)

This commit is contained in:
Serhii 2025-01-27 17:25:14 +02:00 committed by GitHub
parent 55d8238ae4
commit 89f7b48988
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 35 additions and 2 deletions

View file

@ -146,7 +146,8 @@ Route<dynamic> createRoute(RouteSettings settings) {
switch (settings.name) {
case Routes.welcome:
return MaterialPageRoute<void>(builder: (_) => CreatePinWelcomePage());
return MaterialPageRoute<void>(
builder: (_) => CreatePinWelcomePage(SettingsStoreBase.walletPasswordDirectInput));
case Routes.welcomeWallet:
if (SettingsStoreBase.walletPasswordDirectInput) {