mirror of
https://github.com/lantean-code/qbtmud.git
synced 2025-11-02 13:03:23 +00:00
Update project name and namespaces
This commit is contained in:
14
Lantean.QBTMud/Layout/OtherLayout.razor.cs
Normal file
14
Lantean.QBTMud/Layout/OtherLayout.razor.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using Lantean.QBitTorrentClient.Models;
|
||||
using Microsoft.AspNetCore.Components;
|
||||
|
||||
namespace Lantean.QBTMud.Layout
|
||||
{
|
||||
public partial class OtherLayout
|
||||
{
|
||||
[CascadingParameter(Name = "DrawerOpen")]
|
||||
public bool DrawerOpen { get; set; }
|
||||
|
||||
[CascadingParameter]
|
||||
public Preferences? Preferences { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user