Skip to content

Commit

Permalink
feat: Add other apps to about (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
bragefuglseth authored Jan 23, 2025
1 parent a2d47c8 commit 1bf9479
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ features = ["v4_16", "blueprint"]

[dependencies.adw]
package = "libadwaita"
version = "0.7"
features = ["v1_6"]
version = "0.7.1"
features = ["v1_7"]
63 changes: 63 additions & 0 deletions data/resources/icons/scalable/apps/dev.bragefuglseth.Fretboard.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/widgets/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,14 @@ mod imp {
&["Sophie Herold https://www.patreon.com/sophieh"],
);

about.add_other_app(
"dev.bragefuglseth.Fretboard",
// Translators: Metainfo for the app Fretboard. <https://github.com/bragefuglseth/fretboard>
&gettext("Fretboard"),
// Translators: Metainfo for the app Fretboard. <https://github.com/bragefuglseth/fretboard>
&gettext("Look up guitar chords"),
);

about.connect_closed(glib::clone!(
#[weak(rename_to = imp)]
self,
Expand Down

0 comments on commit 1bf9479

Please sign in to comment.