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:
		| @ -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, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user