This commit is contained in:
rustdesk
2021-10-30 14:03:33 +08:00
parent 247ea5fed3
commit 231231e51f
2 changed files with 4 additions and 12 deletions

View File

@@ -25,12 +25,6 @@ var svg_computer = <svg .computer viewBox="0 0 480 480">
</g>
</svg>;
const TYPE_DIR = 1;
const TYPE_DIR_LINK = 2;
const TYPE_DIR_DRIVE = 3;
const TYPE_FILE = 4;
const TYPE_FILE_LINK = 5;
function getSize(type, size) {
if (!size) {
if (type <= 3) return "";