wip: toggling visibility of newly added download

This commit is contained in:
2025-06-04 22:12:06 -05:00
parent b6bc1645b4
commit 5ca0cd651d
5 changed files with 55 additions and 14 deletions

View File

@@ -11,4 +11,6 @@ final class DownloadListRow
public Download $download;
public bool $isWidget = true;
public bool $isBroadcasted = false;
}