add int & sub options

This commit is contained in:
2025-11-07 12:44:53 +01:00
parent 8bc465bb8f
commit 909f62d19f
10 changed files with 188 additions and 10 deletions

View File

@@ -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)
{