mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-22 07:30:24 +00:00
macOS fixes
This commit is contained in:
parent
ce296fe287
commit
294c9459a2
1 changed files with 1 additions and 4 deletions
|
@ -139,10 +139,7 @@ public class AppPrefs {
|
|||
externalEditor.isEqualTo(ExternalEditorType.CUSTOM));
|
||||
private final IntegerProperty editorReloadTimeout = typed(new SimpleIntegerProperty(1000), Integer.class);
|
||||
private final ObjectProperty<ExternalStartupBehaviour> externalStartupBehaviour = typed(
|
||||
new SimpleObjectProperty<>(
|
||||
ExternalStartupBehaviour.TRAY.isSelectable()
|
||||
? ExternalStartupBehaviour.TRAY
|
||||
: ExternalStartupBehaviour.BACKGROUND),
|
||||
new SimpleObjectProperty<>(ExternalStartupBehaviour.TRAY),
|
||||
ExternalStartupBehaviour.class);
|
||||
|
||||
private final SingleSelectionField<ExternalStartupBehaviour> externalStartupBehaviourControl =
|
||||
|
|
Loading…
Reference in a new issue