mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 22:39:18 +02:00
add version number
This commit is contained in:
parent
973022f0e1
commit
23fd2e93b5
1 changed files with 5 additions and 8 deletions
|
@ -493,6 +493,10 @@ function buildMenuArray(serverState) {
|
||||||
label: 'Server - Stopped',
|
label: 'Server - Stopped',
|
||||||
enabled: false
|
enabled: false
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'Version - '+buildInfo.buildIdentifier,
|
||||||
|
enabled: false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
type: 'separator'
|
type: 'separator'
|
||||||
},
|
},
|
||||||
|
@ -536,14 +540,7 @@ function buildMenuArray(serverState) {
|
||||||
label: 'Quit',
|
label: 'Quit',
|
||||||
accelerator: 'Command+Q',
|
accelerator: 'Command+Q',
|
||||||
click: function() { shutdown(); }
|
click: function() { shutdown(); }
|
||||||
},
|
}
|
||||||
{
|
|
||||||
type: 'separator'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: 'Current Version: '+buildInfo.buildIdentifier,
|
|
||||||
enabled: false
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
|
|
||||||
var foundStackManagerContent = isStackManagerContentPresent();
|
var foundStackManagerContent = isStackManagerContentPresent();
|
||||||
|
|
Loading…
Reference in a new issue