Skip to content

Conversation

@hdijkema
Copy link
Contributor

By debugging I learned that the webView structure is initially not created.
Only further on in the process there will be a webView structure that can be checked for.

Hence the statement at line 12140 was only necessary, because before that there was no webView structure to set variable in_show to true.

Because of this I moved the in_show attribute to the _webui_window_t. That will always be there. Only when on linux though.

Now the only place to set in_show to true is at the beginning of _webui_show_window, before all other processing begins.

navigation problem.


Signed-off-by: Hans Dijkema <hans@dijkewijk.nl>
Signed-off-by: Hans Dijkema <hans@dijkewijk.nl>
@AlbertShown
Copy link
Member

That's sounds perfect 👍
thank you @hdijkema

@AlbertShown AlbertShown merged commit ddccf49 into webui-dev:main Oct 22, 2025
14 of 23 checks passed
@hdijkema
Copy link
Contributor Author

That's sounds perfect 👍 thank you @hdijkema

Thank you for letting me contribute.

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

Successfully merging this pull request may close these issues.

2 participants