Skip to content

Commit dfa29ae

Browse files
committed
Set 'Allow NXZ / XCI / XCZ files bla-bla-bla' settings option enabled for all new installations.
1 parent dbb7c8e commit dfa29ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/nsusbloader/AppPreferences.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public String getHostPort(){
9393
public boolean getAutoCheckUpdates(){return preferences.getBoolean("AUTOCHECK4UPDATES", false); }
9494
public void setAutoCheckUpdates(boolean prop){preferences.putBoolean("AUTOCHECK4UPDATES", prop); }
9595

96-
public boolean getTfXCI(){return preferences.getBoolean("TF_XCI", false);}
96+
public boolean getTfXCI(){return preferences.getBoolean("TF_XCI", true);}
9797
public void setTfXCI(boolean prop){ preferences.putBoolean("TF_XCI", prop); }
9898

9999
public String getLanguage(){return preferences.get("USR_LANG", Locale.getDefault().getISO3Language());}

0 commit comments

Comments
 (0)