Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tray menu doesn't work if browser tab open is disabled #11

Open
EricKotato opened this issue Jun 10, 2023 · 3 comments
Open

Tray menu doesn't work if browser tab open is disabled #11

EricKotato opened this issue Jun 10, 2023 · 3 comments

Comments

@EricKotato
Copy link

When option http.open set to false in configuration file, tray menu of Eonza's icon doesn't work anymore.

Eonza version: 1.29.0
OS: Windows 10 x64

@gentee
Copy link
Owner

gentee commented Jun 11, 2023

tray menu doesn't depend on http.open value.
tray hides if http.access () doesn't equal "localhost".
Also set http.open as true and check that Settings - General - Hide Tray is unchecked (this option is hide if http.open is false).

@EricKotato
Copy link
Author

tray hides if http.access () doesn't equal "localhost".

I've set http.host to 127.0.0.1 and had the same effect as with http.open: true. Tray icon itself wasn't hidden, however, tray menu just stopped working.

Also set http.open as true and check that Settings - General - Hide Tray is unchecked (this option is hide if http.open is false).

It's unchecked.

@gentee
Copy link
Owner

gentee commented Jul 21, 2023

Unfortunately, I don't have enough time right now to simulate this bug on my own, find the cause and fix it. I won't close this ticket and hope to get back to it later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants