From b6885a13ed7436923624b2feaaff2d452f6f59d8 Mon Sep 17 00:00:00 2001 From: denglihong2007 <98096191+denglihong2007@users.noreply.github.com> Date: Fri, 24 Oct 2025 22:23:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=87=E6=8D=A2=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E5=90=8E=E4=B8=8D=E6=A3=80=E6=9F=A5=E5=8F=82=E6=95=B0=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CRSim/ViewModels/ScreenSimulatorPageViewModel.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/CRSim/ViewModels/ScreenSimulatorPageViewModel.cs b/CRSim/ViewModels/ScreenSimulatorPageViewModel.cs index bbaaa61..63262e6 100644 --- a/CRSim/ViewModels/ScreenSimulatorPageViewModel.cs +++ b/CRSim/ViewModels/ScreenSimulatorPageViewModel.cs @@ -70,6 +70,7 @@ public partial class ScreenSimulatorPageViewModel(IEnumerable plugin VideoNeeded = paramaters.Contains("video"); LocationNeeded = paramaters.Contains("location"); } + CheckCanStart(); } [RelayCommand] public void StationSelected(object s)