add int & sub options
This commit is contained in:
@@ -18,7 +18,7 @@ public class ConfigScreen extends Screen
|
||||
private final List<AbstractOption<?>> options;
|
||||
private final ThreePartsLayoutWidget layout = new ThreePartsLayoutWidget(this);
|
||||
private ConfigEntryList body;
|
||||
private Runnable saveCallback;
|
||||
private Runnable saveCallback = () -> {};
|
||||
|
||||
public ConfigScreen(Text title, List<AbstractOption<?>> options)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user