seePreReleaseUpdates #1
This commit is contained in:
@@ -61,6 +61,7 @@ public class T2CupdateAPI {
|
||||
String value;
|
||||
|
||||
if (webData.isPreRelease()) {
|
||||
if (!SelectLibConfig.getSeePreReleaseUpdates()) return;
|
||||
value = UpdateType.PRERELEASE.text;
|
||||
if (publicVersion.toLowerCase().contains("dev")) {
|
||||
value = UpdateType.DEVELOPMENT.text;
|
||||
|
Reference in New Issue
Block a user