Merge pull request #274 from denglihong2007/dev

fix: 切换样式后不检查参数配置
This commit is contained in:
denglihong2007
2025-10-24 22:25:17 +08:00
committed by GitHub

View File

@@ -70,6 +70,7 @@ public partial class ScreenSimulatorPageViewModel(IEnumerable<PluginBase> plugin
VideoNeeded = paramaters.Contains("video");
LocationNeeded = paramaters.Contains("location");
}
CheckCanStart();
}
[RelayCommand]
public void StationSelected(object s)