Add bandwidth counter to file viewer

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

View File

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