fix: remove duplicate mobile_entry_point macro
This commit is contained in:
@@ -50,7 +50,6 @@ fn read_clipboard_image() -> Result<Option<String>, String> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Runs the Tauri application
|
/// Runs the Tauri application
|
||||||
#[cfg_attr(mobile, tauri::mobile_entry_point)]
|
|
||||||
pub fn run() {
|
pub fn run() {
|
||||||
#[cfg(not(any(target_os = "android", target_os = "ios")))]
|
#[cfg(not(any(target_os = "android", target_os = "ios")))]
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user