Hi guys Is it possible to hide my app icon from `cmd + tab` menu?  My config ``` browserWindow: { height: 666, width: 400, preloadWindow: true, showDockIcon: false, resizable: false, webPreferences: { nodeIntegration: true, devTools: false, contextIsolation: false, }, ``` ``` "menubar": "^9.1.1", "electron": "~15.3.1", ``` ``` macos: 11.6.1 ``` Thanks!
Hi guys
Is it possible to hide my app icon from
cmd + tabmenu?My config
Thanks!