public void SetManualMode(bool manualMode, bool fromApi = false) { this.IsInManualMode = manualMode; this.togglManualModeMenuItem.IsChecked = manualMode; this.timerEntryListView.SetManualMode(this.IsInManualMode); this.miniTimer.SetManualMode(this.IsInManualMode); if (!fromApi) { Toggl.SetManualMode(manualMode); } }
public void SetManualMode(bool manualMode, bool fromApi = false) { this.IsInManualMode = manualMode; CogwheelMenuViewModel.IsInManualMode = manualMode; this.timerEntryListView.SetManualMode(this.IsInManualMode); this.miniTimer.SetManualMode(this.IsInManualMode); if (!fromApi) { Toggl.SetManualMode(manualMode); } }