Merge branch 'develop' into feature/modular

This commit is contained in:
Sebastian Stenzel
2021-07-06 13:19:07 +02:00
committed by GitHub
35 changed files with 561 additions and 332 deletions
+3 -3
View File
@@ -36,12 +36,12 @@
<fx:include source="vault_options_masterkey.fxml"/>
</content>
</Tab>
<Tab fx:id="autoLockTab" id="AUTOLOCK" text="%vaultOptions.autoLock">
<Tab fx:id="healthTab" id="HEALTH" text="%vaultOptions.health">
<graphic>
<FontAwesome5IconView glyph="STOPWATCH"/>
<FontAwesome5IconView glyph="STETHOSCOPE"/>
</graphic>
<content>
<fx:include source="vault_options_autolock.fxml"/>
<fx:include source="vault_options_health.fxml"/>
</content>
</Tab>
</tabs>