mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-09-23 08:32:51 +00:00
fix(macos): missing import
This commit is contained in:
@@ -13,6 +13,9 @@ use tauri::Emitter;
|
|||||||
use serde::Deserialize;
|
use serde::Deserialize;
|
||||||
#[cfg(target_os = "macos")]
|
#[cfg(target_os = "macos")]
|
||||||
use crate::platform::macos;
|
use crate::platform::macos;
|
||||||
|
#[cfg(target_os = "macos")]
|
||||||
|
use std::fs;
|
||||||
|
|
||||||
#[tauri::command]
|
#[tauri::command]
|
||||||
pub fn check_macos_runtime_installed(_app: AppHandle) -> bool {
|
pub fn check_macos_runtime_installed(_app: AppHandle) -> bool {
|
||||||
#[cfg(target_os = "macos")]
|
#[cfg(target_os = "macos")]
|
||||||
|
|||||||
Reference in New Issue
Block a user