diff --git a/src/app/browser/window/tab/item/page/input/titan/file/control/counter.rs b/src/app/browser/window/tab/item/page/input/titan/file/control/counter.rs index e30c83c1..cb00eb6b 100644 --- a/src/app/browser/window/tab/item/page/input/titan/file/control/counter.rs +++ b/src/app/browser/window/tab/item/page/input/titan/file/control/counter.rs @@ -17,7 +17,7 @@ impl Counter for Label { fn update(&self, bytes_total: Option) { self.set_visible(if let Some(bytes_total) = bytes_total { use crate::tool::Format; - self.set_tooltip_text(Some(&bytes_total.bytes())); + self.set_text(&bytes_total.bytes()); true } else { false