Drone Config

This commit is contained in:
2023-07-23 15:00:54 -04:00
parent a847d8c52c
commit 8a10aa8853
10 changed files with 570 additions and 27 deletions

View File

@@ -6,7 +6,6 @@ use std::thread;
use std::time::Duration;
use arboard::Clipboard;
// Learn more about Tauri commands at https://tauri.app/v1/guides/features/command
#[tauri::command]
fn type_str(input: String) {
#[cfg(dev)]