Configurable column count

This commit is contained in:
2020-07-26 11:50:21 -04:00
parent 61de9e9f14
commit db2285973f
7 changed files with 81 additions and 26 deletions

View File

@@ -1,4 +1,4 @@
const SIZE = 40;
const SIZE = 60;
let mimeMap = [];
let tagMap = [];
let mimeTree;