Skip to content

Commit 1490cda

Browse files
committed
Add test menu button
1 parent 98133d0 commit 1490cda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/ceffx-demo/src/main/java/com/techsenger/ceffx/demo/tab/BrowserTabFxView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public void removeDevTools() {
8383

8484
private final Button devToolsButton = new Button(null, new FontIcon(MaterialDesignT.TOOLS));
8585

86-
private final ToolBar toolBar = new ToolBar(backButton, forwardButton, addressTextField,
86+
private final ToolBar toolBar = new ToolBar(backButton, forwardButton, addressTextField, createMenuButton(),
8787
devToolsButton);
8888

8989
private final VBox content = new VBox(toolBar);

0 commit comments

Comments
 (0)