update view source code url

This commit is contained in:
2026-07-11 06:52:15 +01:00
parent 937d775f63
commit f22040d8e3
+2 -2
View File
@@ -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)");