From 02e6b033c24d824dd151f2fa98c41186134c76ff Mon Sep 17 00:00:00 2001 From: eneller Date: Sun, 25 Jan 2026 20:00:23 +0100 Subject: [PATCH] chore: remove demo --- src-tauri/src/lib.rs | 2 +- src/app/app.component.html | 7 ------- src/app/app.component.ts | 14 +------------- 3 files changed, 2 insertions(+), 21 deletions(-) diff --git a/src-tauri/src/lib.rs b/src-tauri/src/lib.rs index 1bf73c3..446a1c4 100644 --- a/src-tauri/src/lib.rs +++ b/src-tauri/src/lib.rs @@ -1,7 +1,7 @@ use enigo::{Direction, Enigo, Key, Keyboard, Settings}; +use tauri::Manager; #[cfg(target_os = "linux")] use std::ptr; -use tauri::Manager; // Learn more about Tauri commands at https://tauri.app/develop/calling-rust/ #[tauri::command] diff --git a/src/app/app.component.html b/src/app/app.component.html index 3585f69..9ff4d96 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,11 +1,4 @@
-
- - -
- -

{{ greetingMessage }}

-