Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions src/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,16 @@ def on_about_action(self, *_args) -> None:
)
about.add_legal_section("Mido", None, Gtk.License.MIT_X11)
about.add_legal_section("Pygame", None, Gtk.License.LGPL_2_1)
about.set_release_notes(
"""
<ul>
<li>Reset to Defaults: New menu option to restore all samples, BPM, and
volume to factory settings</li>
<li>Clear Button: Renamed from Reset, now only clears the pattern while
keeping custom samples</li>
</ul>
"""
)
about.present(self.props.active_window)

def create_action(
Expand Down