Add bandwidth counter to file viewer

This commit is contained in:
2019-03-26 20:53:19 +01:00
parent 19067a5616
commit b659ac383a
10 changed files with 46 additions and 31 deletions

View File

@@ -40,7 +40,6 @@ var Viewer = {
});
DetailsWindow.setDetails(file);
Toolbar.setViews(file.views);
}
};