mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 23:20:23 +00:00
Improve transfer pane icon
This commit is contained in:
parent
a9e00e8bc9
commit
2cda040274
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ public class BrowserTransferComp extends SimpleComp {
|
|||
var dragNotice = new LabelComp(model.getAllDownloaded()
|
||||
.flatMap(aBoolean ->
|
||||
aBoolean ? AppI18n.observable("dragLocalFiles") : AppI18n.observable("dragFiles")))
|
||||
.apply(struc -> struc.get().setGraphic(new FontIcon("mdi2e-export")))
|
||||
.apply(struc -> struc.get().setGraphic(new FontIcon("mdi2h-hand-left")))
|
||||
.hide(PlatformThread.sync(BindingsHelper.persist(Bindings.isEmpty(model.getItems()))))
|
||||
.grow(true, false)
|
||||
.apply(struc -> struc.get().setPadding(new Insets(8)));
|
||||
|
|
Loading…
Reference in a new issue