mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-08-29 04:07:23 +00:00
hide access point in reveal button if it's empty
This commit is contained in:
@@ -18,7 +18,8 @@
|
||||
<FontAwesome5IconView glyph="HDD" glyphSize="24"/>
|
||||
<VBox spacing="4" alignment="CENTER_LEFT">
|
||||
<Label text="%main.vaultDetail.revealBtn"/>
|
||||
<Label styleClass="label-extra-small" text="${controller.vault.accessPoint}" textOverrun="CENTER_ELLIPSIS"/>
|
||||
<Label styleClass="label-extra-small" text="${controller.vault.accessPoint}" textOverrun="CENTER_ELLIPSIS"
|
||||
visible="${controller.vault.accessPointPresent}" managed="${controller.vault.accessPointPresent}"/>
|
||||
</VBox>
|
||||
</HBox>
|
||||
</graphic>
|
||||
|
||||
Reference in New Issue
Block a user