Jonathan Kelley 3 年之前
父节点
当前提交
fd2a5f5a6b
共有 1 个文件被更改,包括 0 次插入2 次删除
  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.