[BUG] $is-dupe: in Window Title not working properly

Discussion related to "Everything" 1.5.
NottMee
Posts: 41
Joined: Tue Jun 27, 2023 6:43 pm

[BUG] $is-dupe: in Window Title not working properly

Post by NottMee »

PixPin_2026-06-11_15-16-47.gif
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!
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

Post by void »

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.
NottMee
Posts: 41
Joined: Tue Jun 27, 2023 6:43 pm

Re: [BUG] $is-dupe: in Window Title not working properly

Post by NottMee »

void wrote: Fri Jun 12, 2026 12:58 am 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: will update in real-time in the next update.
Thanks for your work void