Skip to content

Commit

Permalink
Disable about window on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jplomas committed Apr 6, 2020
1 parent 3078d2f commit 81eb7f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .electrify/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ app.on('ready', function() {
window.loadURL(meteor_root_url);

// Set About menu for MacOS
// if (process.platform === 'darwin') {
if (process.platform === 'darwin') {
app.setAboutPanelOptions({
applicationName: "QRL Wallet",
applicationVersion: "1.5.0",
version: "Electron 1.8.8",
copyright: "Die QRL Stiftung, Zug Switzerland",
credits: "The QRL Developers"
});
// }
}

// Setup content menu, and enable copy/paste actions
window.webContents.on('contextmenu', () => {
Expand Down

0 comments on commit 81eb7f5

Please sign in to comment.