Removed old support system

This commit is contained in:
Marcel Baumgartner
2023-04-21 16:38:06 +02:00
parent 2a0475bd17
commit 7f51bfd1db
11 changed files with 1099 additions and 528 deletions

View File

@@ -164,6 +164,7 @@
NavigationManager.LocationChanged += (sender, args) => { SessionService.Refresh(); };
/*
MessageService.Subscribe<MainLayout, SupportMessage>(
$"support.{User.Id}.message",
this,
@@ -173,7 +174,7 @@
{
await ToastService.Info($"Support: {message.Message}");
}
});
});*/
RunDelayedMenu(0);
RunDelayedMenu(1);