Size in toolbar

This commit is contained in:
2020-01-21 17:01:26 +01:00
parent ef063bbe26
commit 8bff81ce6c
7 changed files with 31 additions and 29 deletions

View File

@@ -73,6 +73,7 @@ class Viewer {
// Update the file details
v.detailsWindow.setDetails(file);
v.toolbar.setStats(file);
// Register a new view. We don't care what this returns becasue we can't
// do anything about it anyway