From 6af0c3ec95eac6bf2979869a970ba65cfaeae3f4 Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Mon, 28 Aug 2023 15:54:10 +1000 Subject: Added about dialog --- MainLayout.razor | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'MainLayout.razor') diff --git a/MainLayout.razor b/MainLayout.razor index 714c925..2d3cadc 100644 --- a/MainLayout.razor +++ b/MainLayout.razor @@ -7,6 +7,7 @@ Tags Ingest Upload + aboutDialog.Show())>About

NSFW

@@ -20,3 +21,9 @@
@Body
+ + + +@code { + private AboutDialog aboutDialog; +} -- cgit v1.3