mirror of
https://github.com/denglihong2007/CRSim
synced 2026-08-07 10:05:49 +08:00
fix: 切换样式后不检查参数配置
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user