mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-07-08 11:30:42 +00:00
Various fixes
This commit is contained in:
@@ -225,7 +225,7 @@ public class TerminalDockView implements WindowDockListener {
|
||||
TrackEvent.withTrace("Terminal view window shown").handle();
|
||||
terminalInstances.forEach(terminalInstance -> {
|
||||
var controllable = terminalInstance.getControllable();
|
||||
if (!controllable.isActive()) {
|
||||
if (controllable.isActive()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
- Fix multiple password manager unlock prompts being spammed when using password manager identities for tunneled RDP connections
|
||||
- Fix git sync write mixing crlf and lf
|
||||
- Fix limited system shell removing system info on file browser connect
|
||||
- Fix network switch port list count always showing 0
|
||||
- Fix vmware integration failing on empty .vmx files
|
||||
- Fix MOTD script for fish shell not working in older fish v3 versions
|
||||
- Add option to automatically add unsupported ciphers to SSH connections
|
||||
Reference in New Issue
Block a user