mirror of
https://github.com/A-Star100/simpliplay-desktop.git
synced 2025-09-17 22:29:38 +00:00
Update main.js
This commit is contained in:
parent
f06f2cc9fc
commit
adb0647fdc
@ -6,7 +6,7 @@ const { pathToFileURL } = require("url");
|
||||
const { checkForUpdate } = require('./updateChecker');
|
||||
let gpuAccel = "";
|
||||
let didRegisterShortcuts = false;
|
||||
let version = "2.1.1.0"
|
||||
let version = "2.1.2.0"
|
||||
|
||||
if (process.platform === 'darwin') {
|
||||
if (process.argv.includes('--use-gl')) {
|
||||
@ -321,6 +321,14 @@ addonsMenu.append(new MenuItem({
|
||||
}
|
||||
}));
|
||||
|
||||
// "Store" menu item (info dialog version)
|
||||
addonsMenu.append(new MenuItem({
|
||||
label: 'Store',
|
||||
click: () => {
|
||||
shell.openExternal("https://simpliplay.netlify.app/addons/")
|
||||
}
|
||||
}));
|
||||
|
||||
// Add the Add-ons menu only once here:
|
||||
newMenuItems.push(new MenuItem({ label: 'Add-ons', submenu: addonsMenu }));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user