Attempt to fix #98

This commit is contained in:
Federico Terzi 2019-10-23 20:17:38 +02:00
parent 0c8812eb02
commit 1a3e2c7111
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ use std::fs;
use log::{info, error};
use std::process::exit;
const STATUS_ICON_BINARY : &[u8] = include_bytes!("../res/mac/icon.png");
const STATUS_ICON_BINARY : &[u8] = include_bytes!("../res/mac/icon@2x.png");
pub struct MacContext {
pub send_channel: Sender<Event>
@ -53,7 +53,7 @@ impl MacContext {
// Initialize the status icon path
let espanso_dir = super::get_data_dir();
let status_icon_target = espanso_dir.join("icon.png");
let status_icon_target = espanso_dir.join("icon@2x.png");
if status_icon_target.exists() {
info!("Status icon already initialized, skipping.");

BIN
src/res/mac/icon@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB