Make question marks optional

Fixes #96
This commit is contained in:
2020-11-26 15:36:44 -06:00
parent 2228dbf0f4
commit aa288ac406
5 changed files with 30 additions and 2 deletions

View File

@@ -367,6 +367,10 @@ public class Preferences
storage.putBoolean("pref_skip_enabled", value);
}
public boolean areQuestionMarksEnabled()
{
return storage.getBoolean("pref_unknown_enabled", false);
}
/**
* @return An integer representing the first day of the week. Sunday