Add repo url to application footer

This commit is contained in:
Evie Viau-Chow-Stuart 2025-01-13 05:48:24 -08:00
parent cbda62e750
commit 3a02d96583
Signed by: evie
GPG key ID: 928652CDFCEC8099

View file

@ -113,7 +113,7 @@ impl eframe::App for App {
flex.add_ui(item(), |ui| {
ui.label(format!("osrs luncher v{}", env!("CARGO_PKG_VERSION")));
ui.separator();
ui.hyperlink_to("see the source", "https://github.com/");
ui.hyperlink_to("see the source", "https://git.gaycatgirl.sex/evie/osrs-luncher");
});
flex.grow();