originale view support
This commit is contained in:
@@ -57,8 +57,8 @@ namespace VisionBuilder.UI.Common
|
||||
|
||||
public bool CanStop => IsRunning;
|
||||
public bool CanStart => !IsRunning && SelectedRecipe!=null;
|
||||
public bool CanPause => (IsRunning && !IsPaused);
|
||||
public bool CanResume => (IsRunning && IsPaused);
|
||||
public bool CanPause => (IsRunning && !IsPaused)&&_uiConfiguration.ShowPauseButton;
|
||||
public bool CanResume => (IsRunning && IsPaused) && _uiConfiguration.ShowPauseButton;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user