mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 02:44:50 +00:00
Missed a boolean
This commit is contained in:
@@ -18,7 +18,7 @@ public class EscapePopup extends PopupWidget {
|
||||
ViewWidget currentView = WidgetContainer.getCurrentView();
|
||||
ArrayList<Node> nodes = new ArrayList<>();
|
||||
|
||||
nodes.add(Primitive.button("Continue", this::hide, false)); // TODO, localize
|
||||
nodes.add(Primitive.button("Continue", this::hide, false, false)); // TODO, localize
|
||||
|
||||
if (!(currentView.getClass().isAssignableFrom(OptionsView.class))) {
|
||||
var opt = Primitive.button("options", () -> {
|
||||
|
||||
Reference in New Issue
Block a user