We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e4038f commit 44459b1Copy full SHA for 44459b1
src/main/java/net/imagej/ui/swing/updater/ImageJUpdater.java
@@ -82,7 +82,8 @@ public class ImageJUpdater implements UpdaterUI {
82
83
@Override
84
public void run() {
85
- new LauncherMigrator(context).checkLaunchStatus();
+ // NB: Disable migrator until its remaining FIXMEs are done.
86
+ //new LauncherMigrator(context).checkLaunchStatus();
87
88
if (errorIfDebian()) return;
89
0 commit comments