mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-05-29 16:11:03 +00:00
Fix changelog window order
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user