mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-09-26 18:35:43 +00:00
Remmina fixes
This commit is contained in:
@@ -141,10 +141,10 @@ public interface ExternalRdpClientType extends PrefsChoiceValue {
|
||||
name=%s
|
||||
username=%s
|
||||
server=%s
|
||||
""".formatted(
|
||||
configuration.getTitle(),
|
||||
configuration.getConfig().get("username").orElseThrow(),
|
||||
configuration.getConfig().get("full address").orElseThrow());
|
||||
""".formatted(configuration.getTitle(),
|
||||
configuration.getConfig().get("username").orElseThrow().getValue(),
|
||||
configuration.getConfig().get("full address").orElseThrow().getValue()
|
||||
);
|
||||
Files.writeString(file.toLocalPath(), string);
|
||||
return file.toLocalPath();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user