use stopwatch item for autolock tab

This commit is contained in:
Sebastian Stenzel
2021-06-02 16:22:19 +02:00
parent 820f7989d0
commit 005d2a82fe
2 changed files with 2 additions and 2 deletions

View File

@@ -39,11 +39,11 @@ public enum FontAwesome5Icon {
REDO("\uF01E"), //
SEARCH("\uF002"), //
SPINNER("\uF110"), //
STOPWATCH("\uF2F2"), //
SYNC("\uF021"), //
TIMES("\uF00D"), //
TRASH("\uF1F8"), //
UNLINK("\uf127"), //
USER_LOCK("\uF502"), //
WRENCH("\uF0AD"), //
WINDOW_MINIMIZE("\uF2D1"), //
;

View File

@@ -38,7 +38,7 @@
</Tab>
<Tab fx:id="autoLockTab" id="AUTOLOCK" text="%vaultOptions.autoLock">
<graphic>
<FontAwesome5IconView glyph="USER_LOCK"/>
<FontAwesome5IconView glyph="STOPWATCH"/>
</graphic>
<content>
<fx:include source="/fxml/vault_options_autolock.fxml"/>