[CHANGE] Small changes, renamed app title
This commit is contained in:
@@ -7,7 +7,7 @@ public partial class ApplicationLayout
|
||||
[CascadingParameter]
|
||||
public BaseLayout? BaseLayout { get; set; }
|
||||
public bool DrawerOpen { get; set; } = true;
|
||||
public string AppText { get; set; } = "YouTube Import";
|
||||
public string AppText { get; set; } = "YouTube Manager";
|
||||
|
||||
private void ToggleDrawerOpen()
|
||||
{
|
||||
|
Reference in New Issue
Block a user