Skip to content

Commit

Permalink
- added another fix for view timers, was adding an empty value on resume
Browse files Browse the repository at this point in the history
  • Loading branch information
desjarlais committed Jul 25, 2023
1 parent ebf6e0c commit 5c7c3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Notepad Light/Forms/FrmMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,7 @@ public void ViewTimers()
if (fTimers.isResumeTimer)
{
// add the timer to the list of timers before updating with the time to resume
AddTime(TimerDescriptionTextbox.Text.Trim(), TimerToolStripLabel.Text);
//AddTime(TimerDescriptionTextbox.Text.Trim(), TimerToolStripLabel.Text);

// update the main timer ui
TimerDescriptionTextbox.Text = fTimers.resumeDescription;
Expand Down

0 comments on commit 5c7c3de

Please sign in to comment.