Browse Source

Added to taskbar

pull/3/head
Ramiro Saenz 9 years ago
parent
commit
a909facb81
  1. 2
      electron/main.js

2
electron/main.js

@ -23,7 +23,7 @@ function createWindow () {
// Create the browser window.
mainWindow = new BrowserWindow({
title: 'Rambox'
,skipTaskbar: true
,skipTaskbar: false
,icon: __dirname + '/../resources/Icon.png'
,webPreferences: {
webSecurity: false

Loading…
Cancel
Save