From 58544133f60feb74d30c7205182beee00e868221 Mon Sep 17 00:00:00 2001
From: Matt Parker <61717342+MattParkerDev@users.noreply.github.com>
Date: Thu, 7 Aug 2025 23:48:34 +1000
Subject: [PATCH] Update MainLayout.razor
---
src/SharpIDE.Photino/Layout/MainLayout.razor | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/src/SharpIDE.Photino/Layout/MainLayout.razor b/src/SharpIDE.Photino/Layout/MainLayout.razor
index 204f888..97fc08e 100644
--- a/src/SharpIDE.Photino/Layout/MainLayout.razor
+++ b/src/SharpIDE.Photino/Layout/MainLayout.razor
@@ -32,7 +32,16 @@
-
+ @if (_solutionModel is not null)
+ {
+
+ }
+ else
+ {
+
+
+
+ }