mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-17 10:11:27 +00:00
use stopwatch item for autolock tab
This commit is contained in:
@@ -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"), //
|
||||
;
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user