Skip to content

Commit

Permalink
fix: Wrong view
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekCornerGH committed Jun 12, 2022
1 parent f32229f commit 1f4612b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/js/scripts/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ document.getElementById('settingsAddMojangAccount').onclick = (e) => {
document.getElementById('settingsAddMicrosoftAccount').onclick = (e) => {
document.getElementById("waitingText").innerHTML = "Please login in the window that has just opened"
switchView(getCurrentView(), VIEWS.waiting, 500, 500, () => {
ipcRenderer.send(MSFT_OPCODE.OPEN_LOGIN, VIEWS.settings, VIEWS.landing)
ipcRenderer.send(MSFT_OPCODE.OPEN_LOGIN, VIEWS.landing, VIEWS.settings)
})
}

Expand Down

0 comments on commit 1f4612b

Please sign in to comment.