Add repo url to application footer
This commit is contained in:
parent
cbda62e750
commit
3a02d96583
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue