From 72b9a1480ca6d02611237396fef95ee7719645b2 Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Sun, 25 Jan 2026 17:53:11 +1100 Subject: [PATCH] fix: remove duplicate mobile_entry_point macro --- src-tauri/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src-tauri/src/lib.rs b/src-tauri/src/lib.rs index 953de98..d0a9f8f 100644 --- a/src-tauri/src/lib.rs +++ b/src-tauri/src/lib.rs @@ -50,7 +50,6 @@ fn read_clipboard_image() -> Result, String> { } /// Runs the Tauri application -#[cfg_attr(mobile, tauri::mobile_entry_point)] pub fn run() { #[cfg(not(any(target_os = "android", target_os = "ios")))] {