mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-08-23 01:36:33 +00:00
[stage]
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user