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
commit 6773f74788
No known key found for this signature in database
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,