moved all png to res
This commit is contained in:
parent
f64d2a3983
commit
2567256dcb
27 changed files with 119 additions and 119 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 4.2 KiB |
|
|
@ -18,7 +18,7 @@ enum Events {
|
|||
pub fn start_tray(options: Arc<Mutex<HashMap<String, String>>>) {
|
||||
let event_loop = EventLoop::<Events>::with_user_event();
|
||||
let proxy = event_loop.create_proxy();
|
||||
let icon = include_bytes!("./tray-icon.ico");
|
||||
let icon = include_bytes!("../res/tray-icon.ico");
|
||||
let mut tray_icon = TrayIconBuilder::new()
|
||||
.sender_winit(proxy)
|
||||
.icon_from_buffer(icon)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue