From 24228cefc40e538509c77eccfee097a3bebe5d94 Mon Sep 17 00:00:00 2001 From: Matt Parker <61717342+MattParkerDev@users.noreply.github.com> Date: Thu, 7 Aug 2025 23:27:55 +1000 Subject: [PATCH] v0.5 --- .../Components/RunPopover.razor | 23 ++++++++++++------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/src/SharpIDE.Photino/Components/RunPopover.razor b/src/SharpIDE.Photino/Components/RunPopover.razor index e09fd64..c5bef9a 100644 --- a/src/SharpIDE.Photino/Components/RunPopover.razor +++ b/src/SharpIDE.Photino/Components/RunPopover.razor @@ -1,18 +1,25 @@ @using SharpIDE.Application.Features.SolutionDiscovery.VsPersistence