Fix changelog window order

This commit is contained in:
crschnick 2023-11-22 09:38:42 +00:00
parent 7c14674754
commit 68624d8648

View file

@ -22,7 +22,6 @@ public class GuiMode extends PlatformMode {
super.onSwitchTo();
UnlockAlert.showIfNeeded();
UpdateChangelogAlert.showIfNeeded();
AppGreetings.showIfNeeded();
TrackEvent.info("mode", "Waiting for window setup completion ...");
@ -37,6 +36,8 @@ public class GuiMode extends PlatformMode {
AppMainWindow.getInstance().show();
});
TrackEvent.info("mode", "Window setup complete");
UpdateChangelogAlert.showIfNeeded();
}
@Override