update view source code url
This commit is contained in:
+2
-2
@@ -303,8 +303,8 @@ impl App {
|
|||||||
});
|
});
|
||||||
ui.with_layout(egui::Layout::right_to_left(egui::Align::Center), |ui| {
|
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);
|
ui.style_mut().spacing.button_padding = egui::Vec2::new(4.0, 0.0);
|
||||||
if ui.button("").on_hover_text("View source code").clicked() {
|
if ui.button("").on_hover_text("View source code").clicked() {
|
||||||
open::that("https://github.com/elituf/gta-tools").unwrap();
|
open::that("https://futile.eu/gta-tools").unwrap();
|
||||||
}
|
}
|
||||||
if cfg!(debug_assertions) {
|
if cfg!(debug_assertions) {
|
||||||
ui.label("(dev)");
|
ui.label("(dev)");
|
||||||
|
|||||||
Reference in New Issue
Block a user