Allow proxy to not exit on command args errors.
Validate port in Gtk GridProxy. Persist it
This commit is contained in:
@@ -99,7 +99,7 @@ namespace GridProxyGUI
|
||||
quiet
|
||||
*/
|
||||
|
||||
ProxyConfig pc = new ProxyConfig("WinGridProxy", "Jim Radford", args);
|
||||
ProxyConfig pc = new ProxyConfig("WinGridProxy", "Jim Radford", args, false);
|
||||
|
||||
Proxy = new ProxyFrame(args, pc);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user