Skip to content

Commit 82016cc

Browse files
committed
qml: Used DesktopWallets for mobile
1 parent db30717 commit 82016cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/qml/pages/main.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ ApplicationWindow {
6868
OnboardingWizard {
6969
onFinished: {
7070
optionsModel.onboard()
71-
if (AppMode.walletEnabled && AppMode.isDesktop) {
71+
if (AppMode.walletEnabled) {
7272
main.push(desktopWallets)
7373
main.push(createWalletWizard)
7474
} else {

0 commit comments

Comments
 (0)