mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-09-08 11:31:22 -04:00
Set terminal keep open default to true
This commit is contained in:
1 parent
95c0ca553c
commit
235f6cf2bb
1 file changed
+1
-1
@@ -258,7 +258,7 @@ public final class AppPrefs {
|
||||
.documentationLink(DocumentationLink.TERMINAL_MULTIPLEXER)
|
||||
.build());
|
||||
final Property<Boolean> terminalAlwaysPauseOnExit = map(Mapping.builder()
|
||||
.property(new GlobalBooleanProperty(false))
|
||||
.property(new GlobalBooleanProperty(true))
|
||||
.key("terminalAlwaysPauseOnExit")
|
||||
.valueClass(Boolean.class)
|
||||
.build());
|
||||
|
||||
Reference in new issue
Block a user