fix other problems

This commit is contained in:
Nicola Carminati
2019-05-05 21:38:42 +02:00
parent 690eb0e4e8
commit 796f674dce
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 = "";
+1 -1
View File
@@ -432,7 +432,7 @@ export class Hub {
}
public QuitServerApp() {
this._hub.server.quitServerApp();
try { this._hub.server.quitServerApp(); } catch (err) { }
}
public Hello() {