Add widget display name to improve logging

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion
2026-02-11 21:51:07 +01:00
parent b389e379fa
commit 6773f74788
15 changed files with 22 additions and 19 deletions

View File

@@ -417,6 +417,7 @@ pub fn init(
pub fn widget(self: *DurFile) Widget {
return Widget.init(
"DurFile",
self,
deinit,
realloc,