mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 12:32:43 +00:00 
			
		
		
		
	MailSettings: Use the app-mail icon for the window
No app-mail-settings icon exists (yet). app-mail is also what's being embedded in the executable, so let's stick with it.
This commit is contained in:
		
							parent
							
								
									822566ff1a
								
							
						
					
					
						commit
						c5e5ea71d7
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -23,7 +23,7 @@ int main(int argc, char** argv) | |||
|         return 1; | ||||
|     } | ||||
| 
 | ||||
|     auto app_icon = GUI::Icon::default_icon("app-mail-settings"); | ||||
|     auto app_icon = GUI::Icon::default_icon("app-mail"); | ||||
| 
 | ||||
|     auto window = MailSettingsWindow::construct(); | ||||
|     window->set_title("Mail Settings"); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Linus Groh
						Linus Groh