refactor: Set page title universally in MainLayout

gui
Robert Dailey 2 years ago
parent 49ab41fed5
commit 448f364eb6

@ -4,6 +4,8 @@
<MudDialogProvider />
<MudSnackbarProvider />
<PageTitle>Recyclarr</PageTitle>
<MudLayout>
<MudAppBar Elevation="0">
<MudIconButton Icon="@Icons.Material.Filled.Menu" Color="Color.Inherit" Edge="Edge.Start" OnClick="@((e) => DrawerToggle())" />

Loading…
Cancel
Save