As the test in the GIF shows, the "$is-dupe:" in window_title_format fails to refresh properly. When the status bar already displays "DUPE", the title is not correctly updated to "1". However, typing any character in the search bar forces it to update to "1" successfully.
In comparison, "$is-omit:" works fine.
This should be an incorrect behavior, I hope it can be fixed. Thank you!
[BUG] $is-dupe: in Window Title not working properly
-
NottMee
- Posts: 41
- Joined: Tue Jun 27, 2023 6:43 pm
[BUG] $is-dupe: in Window Title not working properly
You do not have the required permissions to view the files attached to this post.
-
void
- Developer
- Posts: 19901
- Joined: Fri Oct 16, 2009 11:31 pm
Re: [BUG] $is-dupe: in Window Title not working properly
Thank you for the bug report NottMee,
There's probably a few variables that don't update for the window title bar in real time.
These variables were indented for the status bar format only.
$is-dupe: in the window title will update in real-time in the next update.
There's probably a few variables that don't update for the window title bar in real time.
These variables were indented for the status bar format only.
$is-dupe: in the window title will update in real-time in the next update.
-
NottMee
- Posts: 41
- Joined: Tue Jun 27, 2023 6:43 pm
Re: [BUG] $is-dupe: in Window Title not working properly
Thanks for your work void