Update About menu item to link to GitHub
This commit is contained in:
parent
c7c6b8b7e4
commit
dd9daebc7c
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue