Fixed more edge cases

This commit is contained in:
TheXamlGuy
2024-05-21 20:32:41 +01:00
parent 15de406460
commit 5c1a579984
24 changed files with 173 additions and 87 deletions
+3 -3
View File
@@ -12,9 +12,9 @@ public partial class ItemNavigationViewModel(IServiceProvider provider,
IContentTemplate template,
NamedComponent named,
int id,
string name,
string description,
bool selected,
string? name = "",
string? description = "",
bool selected = false,
bool favourite = false,
bool archived = false) :
Observable(provider, factory, mediator, publisher, subscriber, disposer),