1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Added Apple touch icon.

This commit is contained in:
Ylian Saint-Hilaire 2020-08-18 18:29:13 -07:00
parent 18e1de8a88
commit 9b2b48e229
21 changed files with 337 additions and 312 deletions

View file

@ -2167,7 +2167,7 @@ function createMeshCore(agent) {
case 'cancel':
// TODO: Cancel zip operation if present
//sendConsoleText('Cancel operation');
this.zip.cancel(function () { sendConsoleText('Zip operation was cancelled'); });
try { this.zip.cancel(function () { sendConsoleText('Zip operation was cancelled'); }); } catch (ex) { }
break;
default:
// Unknown action, ignore it.