Jonathan Kelley 3 years ago
parent
commit
fd2a5f5a6b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      packages/desktop/src/cfg.rs

+ 0 - 2
packages/desktop/src/cfg.rs

@@ -104,14 +104,12 @@ impl DesktopConfig {
         self
     }
 
-
     /// Add a custom icon for this application
     pub fn with_icon(&mut self, icon: Icon) -> &mut Self {
         self.window.window.window_icon = Some(icon);
         self
     }
 
-
     /// Inject additional content into the document's HEAD.
     ///
     /// This is useful for loading CSS libraries, JS libraries, etc.