Changing the page name also changes the name of the native window #4008
Labels
analysis
Status: Requires team/community input
bug
Type/scope: A problem that needs fixing
🌿 intermediate
Difficulty: Requires moderate understanding
⚪️ minor
Priority: Low impact, nice-to-have
Description
Thanks for NiceGUI, a great framework ... this makes fun :)
The Problem:
We have a program with a main window (native window) in which you can work, but also do the work in your favorite browser.
When the name of a page is changed in the browser, the name of the main window is also changed. That doesn't look good.
The name of the main window should not change and remain with the name it was initialized with.
I think it's because of this PR #3583
Would it be possible to integrate another parameter/switch to decide whether the title of the main window can be changed? This parameter could have the initial value True.
The text was updated successfully, but these errors were encountered: