diff --git a/src-tauri/src/main.rs b/src-tauri/src/main.rs index 9c131c2d..1281ae67 100644 --- a/src-tauri/src/main.rs +++ b/src-tauri/src/main.rs @@ -1,3 +1,8 @@ +#![cfg_attr( + all(not(debug_assertions), target_os = "windows"), + windows_subsystem = "windows" +)] + mod commands; mod runtime; diff --git a/src/App.tsx b/src/App.tsx index 2d8f30d3..71fbee45 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -41,7 +41,6 @@ function App() {
-

Welcome, Friend!