Add timers ID comment

This commit is contained in:
Kim van Wyk
2022-10-05 20:52:15 +02:00
committed by GitHub
parent 7196a0f849
commit 6ac227121c

View File

@@ -432,6 +432,7 @@ Let's use these methods to implement adding and removing stopwatches to our app.
Here's a summary of the changes:
- The Container object in StopWatchApp grew an ID of "timers"
- Added `action_add_stopwatch` to add a new stopwatch.
- Added `action_remove_stopwatch` to remove a stopwatch.
- Added keybindings for the actions.