1
0
mirror of https://github.com/Tim-Paik/neutauri.git synced 2024-10-12 23:29:41 +00:00

Now the icon property can modify the icon of the windows exe file

This commit is contained in:
2022-05-01 19:59:22 +08:00
parent 15e5cde7e9
commit 93eb7bd1dc
5 changed files with 132 additions and 111 deletions

View File

@ -91,7 +91,7 @@ pub struct WindowAttr {
pub transparent: bool,
pub decorations: bool,
pub always_on_top: bool,
pub window_icon: Option<Icon>,
pub icon: Option<Icon>,
}
#[derive(Serialize, Deserialize, Clone, Debug)]