Skip to content

Commit ef6164f

Browse files
committed
fix: fix compile errors on macos
1 parent d37b6e7 commit ef6164f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/app/apps.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@ use crate::{
1919
commands::Function,
2020
icon::iced_img_handle,
2121
styles::{result_button_style, result_row_container_style},
22+
cross_platform::get_img_handle
2223
};
2324

24-
#[cfg(target_os = "macos")]
25-
use std::path::PathBuf;
26-
2725
/// This tells each "App" what to do when it is clicked, whether it is a function, a message, or a display
2826
#[allow(dead_code)]
2927
#[derive(Debug, Clone)]

0 commit comments

Comments
 (0)