Skip to content

ui: Add "About" window to display version, authors, license, etc.

Tom Wagner requested to merge ryuukyu/helvum-dev:about-dialog into main

This adds a new adw::AboutWindow containing information about version, authors, license, links etc. It is opened via a new menu button in the toolbar, which opens a menu containing an "About Helvum" button.

The version and authors are pulled from the Cargo.toml file.

image

Merge request reports