mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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',
|
||||
enabled: false
|
||||
},
|
||||
{
|
||||
label: 'Version - '+buildInfo.buildIdentifier,
|
||||
enabled: false
|
||||
},
|
||||
{
|
||||
type: 'separator'
|
||||
},
|
||||
|
@ -536,14 +540,7 @@ function buildMenuArray(serverState) {
|
|||
label: 'Quit',
|
||||
accelerator: 'Command+Q',
|
||||
click: function() { shutdown(); }
|
||||
},
|
||||
{
|
||||
type: 'separator'
|
||||
},
|
||||
{
|
||||
label: 'Current Version: '+buildInfo.buildIdentifier,
|
||||
enabled: false
|
||||
}
|
||||
}
|
||||
];
|
||||
|
||||
var foundStackManagerContent = isStackManagerContentPresent();
|
||||
|
|
Loading…
Reference in a new issue