This commit is contained in:
crschnick
2026-08-21 17:14:52 +00:00
parent a1e5d353f8
commit 94177aa547
2 changed files with 7 additions and 1 deletions
@@ -113,6 +113,12 @@ public abstract class AppOperationMode {
AppMainWindow.loadingText("initializingApp");
GlobalTimer.init();
AppProperties.init(args);
var isTempPortable = System.getProperty("io.xpipe.app.portableMigration") != null;
if (isTempPortable) {
ThreadHelper.sleep(2000);
}
PlatformThreadWatcher.init();
AppLogs.init();
AppDebugModeCheck.printIfNeeded();
+1 -1
View File
@@ -1 +1 @@
23.99-1
23.99-2