diff --git a/src/itdelatrisu/opsu/downloads/Updater.java b/src/itdelatrisu/opsu/downloads/Updater.java index c70a48ff..5612e381 100644 --- a/src/itdelatrisu/opsu/downloads/Updater.java +++ b/src/itdelatrisu/opsu/downloads/Updater.java @@ -194,7 +194,7 @@ public class Updater { * Checks the program version against the version file on the update server. */ public void checkForUpdates() throws IOException { - if (status != Status.INITIAL) + if (status != Status.INITIAL || System.getProperty("XDG") != null) return; status = Status.CHECKING;