We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db30717 commit 82016ccCopy full SHA for 82016cc
1 file changed
src/qml/pages/main.qml
@@ -68,7 +68,7 @@ ApplicationWindow {
68
OnboardingWizard {
69
onFinished: {
70
optionsModel.onboard()
71
- if (AppMode.walletEnabled && AppMode.isDesktop) {
+ if (AppMode.walletEnabled) {
72
main.push(desktopWallets)
73
main.push(createWalletWizard)
74
} else {
0 commit comments