public void SelectPomodoroPlayIndex() { if (currentProfile.profileData.SelectedPomodoroIndex != -1) { currentProfile.profileData.PomodoroPlayIndex = currentProfile.profileData.SelectedPomodoroIndex; timeKeeper.LoadCurrentPomodoro(); timeKeeper.ResetCurrentTime(); UpdatePomodorosPlayIcon(); } }