Update About menu item to link to GitHub

This commit is contained in:
vndangkhoa 2026-06-24 21:20:59 +07:00
parent c7c6b8b7e4
commit dd9daebc7c

View file

@ -387,7 +387,7 @@ impl Tray for VietTray {
label: "About: Viet+".into(), label: "About: Viet+".into(),
activate: Box::new(|_| { activate: Box::new(|_| {
let _ = std::process::Command::new("xdg-open") let _ = std::process::Command::new("xdg-open")
.arg("https://git.khoavo.myds.me/vndangkhoa/vietc") .arg("https://github.com/vndangkhoa/vietc")
.status(); .status();
}), }),
..Default::default() ..Default::default()