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

Rename window_icon to icon

This commit is contained in:
2022-05-01 16:55:49 +08:00
parent eb5eb5283a
commit 1315bbab3d
3 changed files with 7 additions and 7 deletions

View File

@ -62,7 +62,7 @@ pub struct Config {
pub transparent: bool,
pub decorations: bool,
pub always_on_top: bool,
pub window_icon: Option<PathBuf>,
pub icon: Option<PathBuf>,
pub spa: bool,
pub url: Option<String>,
pub html: Option<PathBuf>,
@ -212,7 +212,7 @@ impl Default for Config {
transparent: false,
decorations: true,
always_on_top: false,
window_icon: None,
icon: None,
spa: false,
url: Some("/index.html".into()),
html: None,