Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Commit

Permalink
Changes -> Changed minimum plan for auto-updater setting
Browse files Browse the repository at this point in the history
  • Loading branch information
EinfacheSache committed Sep 2, 2023
1 parent 9474282 commit a48760b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public void testCredentials() {
this.setup = true;
setProxyProtocol(Config.isProxyProtocol());

Config.addAutoUpdater(getPlan().equalsIgnoreCase("Basic"));
Config.addAutoUpdater(getPlan().equalsIgnoreCase("Basic") || getPlan().equalsIgnoreCase("Premium"));
}

public String paste(String content) {
Expand Down

0 comments on commit a48760b

Please sign in to comment.