mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-07 04:44:35 -05:00
Override getDefaultValueType with values based on the preference (#167)
This commit is contained in:
@@ -29,4 +29,8 @@ public class TwoStatePreference extends Preference {
|
||||
|
||||
public void setDisableDependentsState(boolean disableDependentsState) { throw new RuntimeException("Stub!"); }
|
||||
|
||||
@Override
|
||||
public String getDefaultValueType() {
|
||||
return "Boolean";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user