feat: Enhance application with logging, configuration management, and system tray support
first working gui windows with configs
This commit is contained in:
6
src-tauri/src/controllers/greet.rs
Normal file
6
src-tauri/src/controllers/greet.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
use tauri::command;
|
||||
|
||||
#[command]
|
||||
pub fn greet(name: &str) -> String {
|
||||
format!("Hello, {}! You've been greeted from Rust!", name)
|
||||
}
|
||||
Reference in New Issue
Block a user