You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The import button in the import dialog should only be enabled if at least one entry is selected.
Moreover, if this dialog is triggered by an import action all entries should be selected by default. (If triggered by a websearch then no entries should be selected by default as it is right now.)
The text was updated successfully, but these errors were encountered:
@samiyac Glad to hear!
You should be able to get the button via (Button) this.getDialogPane().lookupButton(...);. Then it is probably enough to bind the disableProperty to the emptyProperty of the list of checked items.
The import button in the import dialog should only be enabled if at least one entry is selected.
Moreover, if this dialog is triggered by an import action all entries should be selected by default. (If triggered by a websearch then no entries should be selected by default as it is right now.)
The text was updated successfully, but these errors were encountered: