From dd9daebc7cf5dfe518739850bc342c3d88cfb38d Mon Sep 17 00:00:00 2001 From: vndangkhoa Date: Wed, 24 Jun 2026 21:20:59 +0700 Subject: [PATCH] Update About menu item to link to GitHub --- ui/src/tray.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/tray.rs b/ui/src/tray.rs index 16971fd..ca4ef2d 100644 --- a/ui/src/tray.rs +++ b/ui/src/tray.rs @@ -387,7 +387,7 @@ impl Tray for VietTray { label: "About: Viet+".into(), activate: Box::new(|_| { let _ = std::process::Command::new("xdg-open") - .arg("https://git.khoavo.myds.me/vndangkhoa/vietc") + .arg("https://github.com/vndangkhoa/vietc") .status(); }), ..Default::default()