9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-23 09:09:15 +00:00
This commit is contained in:
Daniel Mills
2020-09-04 20:59:13 -04:00
parent fbc02881d7
commit b158ea9e78
31 changed files with 434 additions and 3538 deletions

View File

@@ -42,6 +42,10 @@ public class IrisSettings
@Desc("When using studio open or create, open the codeworkspace automatically.")
public boolean openVSCode = true;
@DontObfuscate
@Desc("Collects anonymous metrics for bstats")
public boolean metrics = true;
@DontObfuscate
@Desc("Used to activate Iris")
public String activationCode = "";