mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 22:47:08 +02:00
fix log open and remove 1x menubar
This commit is contained in:
parent
8d47d70543
commit
eede4d5c30
2 changed files with 2 additions and 2 deletions
Binary file not shown.
Before Width: | Height: | Size: 134 KiB |
|
@ -256,7 +256,7 @@ var logWindow = null;
|
|||
|
||||
function buildMenuArray(serverState) {
|
||||
var menuArray = null;
|
||||
|
||||
|
||||
if (isShuttingDown) {
|
||||
menuArray = [
|
||||
{
|
||||
|
@ -297,7 +297,7 @@ function buildMenuArray(serverState) {
|
|||
},
|
||||
{
|
||||
label: 'View Logs',
|
||||
click: function() { openFileBrowser(logPath); }
|
||||
click: function() { logWindow.open(); }
|
||||
},
|
||||
{
|
||||
type: 'separator'
|
||||
|
|
Loading…
Reference in a new issue