Skip to content

Commit 0e6f022

Browse files
authored
Update main.py
1 parent cfa58f2 commit 0e6f022

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@ def on_about_action(self, action, param):
12221222
dialog.set_version("3.4")
12231223
dialog.set_developer_name("vikdevelop")
12241224
self.add_translations_link(dialog)
1225-
dialog.set_release_notes("<ul><li>Removed the keyboard shortcut Ctrl+M for going to more settings in the app</li><li>Updated translations</li><li>Switch \"Play beep\" button is now showing if the action of the timer is the default action only</li></ul>")
1225+
dialog.set_release_notes("<ul><li>Fixed bug with playing alarm clock dialog after finished timer</li><li>Updated translations</li></ul>")
12261226
dialog.set_license_type(Gtk.License(Gtk.License.GPL_3_0))
12271227
dialog.set_website("https://github.com/vikdevelop/timer")
12281228
dialog.set_issue_url("https://github.com/vikdevelop/timer/issues")

0 commit comments

Comments
 (0)