Fix parse 2
This commit is contained in:
parent
86d4dbf287
commit
e31301b689
@ -78,13 +78,12 @@ int main (string[] args) {
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
string yggconf;
|
||||
|
||||
browse.clicked.connect (() => {
|
||||
|
||||
if (browse.label == "OK") {
|
||||
|
||||
string yggconf;
|
||||
Process.spawn_command_line_sync ("yggdrasil -genconf -json", out yggconf);
|
||||
parse (yggconf, ip);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user