From 3a02d96583d66db586b1c8d81b66bd2b37149afe Mon Sep 17 00:00:00 2001 From: Evie Viau Date: Mon, 13 Jan 2025 05:48:24 -0800 Subject: [PATCH] Add repo url to application footer --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index d06a417..451f533 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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();