diff --git a/menu.js b/menu.js index 7f35c46..4c6adb6 100644 --- a/menu.js +++ b/menu.js @@ -71,7 +71,6 @@ module.exports = function(win){ label: app.getName(), submenu: [ {label: 'About Million Hopes',click(){prefman.showAbout()}}, - {label: "Clear Cookies / Log Out",click(){win.webContents.session.clearStorageData({storages: "cookies"});win.loadURL("http://pf.gree.net/58737",options)}}, {type: 'separator'}, {label: 'Preferences',click(){prefman.showPreferences()}}, {type: 'separator'},