Skip to content

Commit

Permalink
blbh: add youtube link
Browse files Browse the repository at this point in the history
  • Loading branch information
khanghugo committed Sep 17, 2024
1 parent 69491f6 commit adb1a87
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/gui/programs/blbh.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,10 @@ impl TabProgram for BLBHGui {

fn tab_ui(&mut self, ui: &mut eframe::egui::Ui) -> egui_tiles::UiResponse {
ui.separator();
ui.hyperlink_to("Youtube link on how to make use of this", "www.example.com");
ui.hyperlink_to(
"Youtube link on how to make use of this",
"https://www.youtube.com/watch?v=OFKPLioaS3I",
);

ui.separator();
egui::Grid::new("Input smd and texture grid")
Expand Down

0 comments on commit adb1a87

Please sign in to comment.