GUI base navigation & home

This commit is contained in:
venashial
2022-03-06 10:55:51 -08:00
parent f3b5155274
commit e6329819c7
26 changed files with 2087 additions and 85 deletions

View File

@@ -78,7 +78,7 @@ fn main() {
let event_name = event.menu_item_id();
match event_name {
"Learn More" => {
let url = "https://github.com/probablykasper/tauri-template".to_string();
let url = "https://modrinth.com".to_string();
shell::open(&event.window().shell_scope(), url, None).unwrap();
}
_ => {}