fix other problems
This commit is contained in:
@@ -27,7 +27,7 @@ namespace Active_Client.Browser_Tools
|
||||
// The first letter of All PUBLIC Variables and Methods must be Lower-Case (CEF Settings)
|
||||
|
||||
private MainForm mainForm;
|
||||
private static readonly string[] _validExtensions = { "", ".txt", ".cnc", ".ini", ".mpf", ".spf", /*".job", ".zip"*/ };
|
||||
private static readonly string[] _validExtensions = { "", ".txt", ".cnc", ".cn", ".cno", ".ini", ".mpf", ".spf", /*".job", ".zip"*/ };
|
||||
private static readonly string[] _validImages = { ".jpg", ".jpeg", ".png" };
|
||||
private static string jobPath = "";
|
||||
|
||||
|
||||
@@ -432,7 +432,7 @@ export class Hub {
|
||||
}
|
||||
|
||||
public QuitServerApp() {
|
||||
this._hub.server.quitServerApp();
|
||||
try { this._hub.server.quitServerApp(); } catch (err) { }
|
||||
}
|
||||
|
||||
public Hello() {
|
||||
|
||||
Reference in New Issue
Block a user