-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Enhancement: Display Taskbar Window on All Taskbars in All Displays, edit: Fix issue with disappearing taskbar window #1671
base: master
Are you sure you want to change the base?
Conversation
…s all displays, rather than just the primary display's taskbar.
…All Displays" in Chinese (Traditional) and Chinese (Simplified) languages.
Can you provide compiled binaries for your build? Also would be good if you can chose on which taskbar you want it. |
This is MUST necessary. |
So will it be merged then, some day soon? @zhongyang219 |
any updates? |
- Upstream from source & merged this PR- Get the unofficial v1.85 Release from this fork |
Is this "just" with this PR merged or will this fork continue development and solve other things too? |
Not planning on fixing this I haven't encountered, so it'll be a fork w/ this PR merged in for now. |
Tried on another system. Basically working - but after a while, TM is not shown anymore in the taskbar even it is running. Same after system reboot. That's not reliable at all, the change/update must have introduced a side effect. (by the way: "Exit the program" will make it crash, faulting module Therefore I downgraded back to latest 1.84.1. As I prefer having TM more or less reliable on the main screen instead of sporadically having it at all screens until it somehow crashes and I have it on no screen. Really incredible how much issues one application can create, never experienced something similar. |
I was planning on making a roll back release of 1.84 w/ this PR for you since you're having issues from AV, but there's quite a few bug fixes on Win 11 in 1.84.1.
To be honest, I haven't really had issues w/ TM similar to any of your issues or any other issue, except #1733 and I ran this on both latest Win10 & Win11 23H2(trying the OS and also trying to be MS' guinea pig for bit). But I re-installed Win11, tried to recreate the problem but it didn't occur. I did the same install from the same ISO, same script from my repo and latest official release & my fork worked. |
Can you upload "error.log". It might help me to find bugs. You can find this file in root folder of TM. If your TM put configuration at your "AppData" folder, you can find this file in "C:\Users<Your User Name>\AppData\Roaming\TrafficMonitor". |
2023-11-14, everything above/below can be ignored:
|
…indow in all taskbars zhongyang219#1671) in some cases
@M52-A thanks for the fix! 🔥 |
wow cool, is there a release rdy to download yet? |
Proof me wrong, but: No of course not. The maintainer seems to be literally unavailable. No one can approve PRs, so no new releases. Basically some kind of great but dead piece of software. |
This pull request aims to improve the current behavior of the taskbar window display. Previously, the window was only visible on the primary display's taskbar. With this change, the window will now appear on taskbars across all displays.
By default, this feature is inactive; users can activate it by navigating to the 'Options' section and selecting the 'Taskbar Window Settings' tab within 'Display Settings,' where they can enable the 'Show Taskbar Window in All Displays' option.
Being a novice programmer, I'm aware that certain parts of the code might not be as optimized as they could be. I appreciate any guidance from experienced developers to ensure the code's efficiency and effectiveness.
Please keep in mind that this feature is a work in progress and could potentially have some bugs. Feedback and contributions are highly valued to enhance the stability and reliability of this new feature.
Thank you for your consideration.
edit:
I fixed an issue where the taskbar window would sometimes disappear