Refactor health check start:

* replace health tab in options by a button in gernal tab
* move info text of health tab into start controller
* replace lazy loading of config in controller by loading in dagger module
* add new scene+controller for failed config loading
* don't close options window on health check start
This commit is contained in:
Armin Schrenk
2021-07-09 13:51:54 +02:00
parent 8ecb78abec
commit cb5d628cfc
15 changed files with 161 additions and 148 deletions
@@ -36,13 +36,5 @@
<fx:include source="/fxml/vault_options_masterkey.fxml"/>
</content>
</Tab>
<Tab fx:id="healthTab" id="HEALTH" text="%vaultOptions.health">
<graphic>
<FontAwesome5IconView glyph="STETHOSCOPE"/>
</graphic>
<content>
<fx:include source="/fxml/vault_options_health.fxml"/>
</content>
</Tab>
</tabs>
</TabPane>