wip: show external site

This commit is contained in:
eneller
2026-04-08 01:09:29 +02:00
committed by eneller
parent 0b36236b2c
commit d4322b5b34
4 changed files with 121 additions and 1 deletions

View File

@@ -9,6 +9,8 @@ pub fn run() {
tauri::Builder::default()
.plugin(tauri_plugin_opener::init())
.invoke_handler(tauri::generate_handler![greet])
// https://github.com/tauri-apps/tauri/issues/986
//.setup(|webview, _| webview.eval("window.location.replace('https://google.com')"))
.run(tauri::generate_context!())
.expect("error while running tauri application");
}