From f22040d8e356f7ed6d4949476e7c2b820146158f Mon Sep 17 00:00:00 2001 From: futile Date: Sat, 11 Jul 2026 06:52:15 +0100 Subject: [PATCH] update view source code url --- src/gui/app.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/app.rs b/src/gui/app.rs index dd4ce4e..3e202d8 100644 --- a/src/gui/app.rs +++ b/src/gui/app.rs @@ -303,8 +303,8 @@ impl App { }); ui.with_layout(egui::Layout::right_to_left(egui::Align::Center), |ui| { ui.style_mut().spacing.button_padding = egui::Vec2::new(4.0, 0.0); - if ui.button("").on_hover_text("View source code").clicked() { - open::that("https://github.com/elituf/gta-tools").unwrap(); + if ui.button("").on_hover_text("View source code").clicked() { + open::that("https://futile.eu/gta-tools").unwrap(); } if cfg!(debug_assertions) { ui.label("(dev)");