Skip to content

Commit

Permalink
v1.5.0 release version
Browse files Browse the repository at this point in the history
  • Loading branch information
jplomas committed Apr 6, 2020
1 parent ac3e7ef commit 3078d2f
Show file tree
Hide file tree
Showing 7 changed files with 3,493 additions and 3,459 deletions.
12 changes: 6 additions & 6 deletions .electrify/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let loading;
app.on('ready', function() {
// Create the loading screen
loading = new BrowserWindow({
width: 830, height: 310,
width: 850, height: 340,
nodeIntegration: false,
icon: __dirname + '/assets/qrl.png'
});
Expand All @@ -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.0.8",
applicationVersion: "1.5.0",
version: "Electron 1.8.8",
copyright: "DIE QRL STIFTUNG, Zug Switzerland",
credits: "Scott Donald, JP Lomas and The QRL Team"
copyright: "Die QRL Stiftung, Zug Switzerland",
credits: "The QRL Developers"
});
}
// }

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

0 comments on commit 3078d2f

Please sign in to comment.