mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-09-25 01:45:37 +00:00
Rework
This commit is contained in:
@@ -216,7 +216,9 @@ public class MstscRdpClient implements ExternalApplicationType.PathApplication,
|
||||
},
|
||||
Duration.ofSeconds(1));
|
||||
|
||||
if (!setCache) {
|
||||
if (!setCache && configuration
|
||||
.getConfig()
|
||||
.get("full address").isPresent()) {
|
||||
var localhost = configuration
|
||||
.getConfig()
|
||||
.get("full address")
|
||||
|
||||
Reference in New Issue
Block a user