mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 13:38:02 +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) {
|
function buildMenuArray(serverState) {
|
||||||
var menuArray = null;
|
var menuArray = null;
|
||||||
|
|
||||||
if (isShuttingDown) {
|
if (isShuttingDown) {
|
||||||
menuArray = [
|
menuArray = [
|
||||||
{
|
{
|
||||||
|
@ -297,7 +297,7 @@ function buildMenuArray(serverState) {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'View Logs',
|
label: 'View Logs',
|
||||||
click: function() { openFileBrowser(logPath); }
|
click: function() { logWindow.open(); }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'separator'
|
type: 'separator'
|
||||||
|
|
Loading…
Reference in a new issue