summarylogtreecommitdiffstats
path: root/main_window.ts.patch
blob: 467e05cb5e51fb7fdde48667cb2faecfe2c1fb61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@@ -51,11 +51,6 @@
     mainWindow = undefined;
   });
 
-  mainWindow.on('minimize', (event: Electron.Event) => {
-    event.preventDefault();
-    withHomeWindow(w => w.hide());
-  });
-
   mainWindow.loadURL(HOME_WINDOW_WEBPACK_ENTRY).catch(err =>
     error('Failure to load url in main window', err, {
       entry: HOME_WINDOW_WEBPACK_ENTRY,