diff --git a/client/modules/menu.js b/client/modules/menu.js
index 4a82d8bb..150bb186 100644
--- a/client/modules/menu.js
+++ b/client/modules/menu.js
@@ -126,6 +126,7 @@ function getMenuData(isAuth) {
CloudCmd.Upload.show();
},
'Upload From Cloud': uploadFromCloud,
+ 'Toggle File Selection': DOM.toggleSelectedFile,
'(Un)Select All': DOM.toggleAllSelectedFiles,
};
diff --git a/css/icons.css b/css/icons.css
index bd749fe1..ca4a1181 100644
--- a/css/icons.css
+++ b/css/icons.css
@@ -83,6 +83,11 @@
content: '\e811 ';
}
+.icon-toggle-file-selection::before {
+ font-family: 'Fontello';
+ content: '\e81f ';
+}
+
.icon-unselect-all::before {
font-family: 'Fontello';
content: '\e812 ';
diff --git a/font/fontello.eot b/font/fontello.eot
index 99e28f3e..e144bd82 100644
Binary files a/font/fontello.eot and b/font/fontello.eot differ
diff --git a/font/fontello.json b/font/fontello.json
index 22f82f33..c8bad6be 100644
--- a/font/fontello.json
+++ b/font/fontello.json
@@ -192,6 +192,12 @@
"code": 59422,
"src": "fontawesome"
},
+ {
+ "uid": "12f4ece88e46abd864e40b35e05b11cd",
+ "css": "ok",
+ "code": 59423,
+ "src": "fontawesome"
+ },
{
"uid": "60617c8adc1e7eb3c444a5491dd13f57",
"css": "attention-circled-1",
diff --git a/font/fontello.svg b/font/fontello.svg
index d12c9f1e..ff664681 100644
--- a/font/fontello.svg
+++ b/font/fontello.svg
@@ -67,6 +67,8 @@
+
+
diff --git a/font/fontello.ttf b/font/fontello.ttf
index 2499b126..bfec5c43 100644
Binary files a/font/fontello.ttf and b/font/fontello.ttf differ
diff --git a/font/fontello.woff b/font/fontello.woff
index 0b73db1b..a23a854d 100644
Binary files a/font/fontello.woff and b/font/fontello.woff differ
diff --git a/font/fontello.woff2 b/font/fontello.woff2
index 23125c95..f0210ad6 100644
Binary files a/font/fontello.woff2 and b/font/fontello.woff2 differ