1
0
mirror of https://github.com/DanilaFe/abacus synced 2026-01-12 01:55:19 +00:00

Write disabled / enabled plugins to the configuration.

This commit is contained in:
2017-08-02 19:01:01 -07:00
parent e49f28a850
commit 2502c90837
4 changed files with 33 additions and 29 deletions

View File

@@ -49,7 +49,8 @@
<ListView fx:id="enabledPluginView"
GridPane.rowIndex="1" GridPane.columnIndex="0"
GridPane.columnSpan="2" maxHeight="100"/>
<Button fx:id="reloadButton" text="Reload" GridPane.rowIndex="2" GridPane.columnIndex="0"/>
<Button fx:id="reloadButton" text="Reload" GridPane.rowIndex="2" GridPane.columnIndex="0"
onAction="#performReload"/>
</GridPane>
</Tab>
</TabPane>