From a0f59bab48f3863ba5a3e2e2a986a95f7af96b8d Mon Sep 17 00:00:00 2001 From: Matt Parker <61717342+MattParkerDev@users.noreply.github.com> Date: Sat, 9 Aug 2025 02:12:48 +1000 Subject: [PATCH] update icons --- src/SharpIDE.Photino/Components/RunPanel.razor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SharpIDE.Photino/Components/RunPanel.razor b/src/SharpIDE.Photino/Components/RunPanel.razor index 4310d46..600df72 100644 --- a/src/SharpIDE.Photino/Components/RunPanel.razor +++ b/src/SharpIDE.Photino/Components/RunPanel.razor @@ -27,11 +27,11 @@ { @if (project.Running) { - + } else { - + } } else throw new InvalidOperationException("Tab ID must be of type SharpIdeProjectModel");