Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vikdevelop authored Feb 11, 2024
1 parent 4badba2 commit c30c0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1221,7 +1221,7 @@ def on_about_action(self, action, param):
dialog.set_version("3.3.4")
dialog.set_developer_name("vikdevelop")
self.add_translations_link(dialog)
dialog.set_release_notes("<p>Fixed bug when continuing timing in the shortcut mode, the time is countdown from scratch. From now on, the time continues on. Also improved the Keyboard shortcuts window</p>")
dialog.set_release_notes("<p>Fixed minor bugs with timing in the entry box after using shortcuts</p>")
dialog.set_license_type(Gtk.License(Gtk.License.GPL_3_0))
dialog.set_website("https://github.com/vikdevelop/timer")
dialog.set_issue_url("https://github.com/vikdevelop/timer/issues")
Expand Down

0 comments on commit c30c0c4

Please sign in to comment.