mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-26 15:34:20 +02:00
Add widget display name to improve logging
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
parent
b389e379fa
commit
6773f74788
15 changed files with 22 additions and 19 deletions
|
|
@ -417,6 +417,7 @@ pub fn init(
|
|||
|
||||
pub fn widget(self: *DurFile) Widget {
|
||||
return Widget.init(
|
||||
"DurFile",
|
||||
self,
|
||||
deinit,
|
||||
realloc,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue