Skip to content
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

[Taskbar-on-top] Startup menu always on right of screen for multi screen user (win11) #1323

Open
robertoruas opened this issue Dec 10, 2024 · 3 comments
Labels
info-needed Further information is requested mod-bug Something isn't working with a mod

Comments

@robertoruas
Copy link

I use 2 screens and after download this mod when I open Startup menu it always on right of screen, cutting menu in middle.

image

After analyzing the source code, I realized that the code was having problems identifying the middle of the screen to do the calculation. I made some changes to the code and managed to make it work.

How do I make the code available for validation?

@robertoruas robertoruas added the mod-bug Something isn't working with a mod label Dec 10, 2024
@m417z
Copy link
Member

m417z commented Dec 10, 2024

How do I make the code available for validation?

Please submit a pull request:

// For pull requests, development takes place here:
// https://github.com/m417z/my-windhawk-mods

@m417z m417z added the info-needed Further information is requested label Dec 10, 2024
@m417z
Copy link
Member

m417z commented Dec 11, 2024

As commented in the PR (#1324 (comment)):

It's not clear to me why x and y have to be adjusted. I'd expect them to be handled by the taskbar and be correct already. Perhaps the issue is caused by something else, like another mod. How can I reproduce it? Does it occur if all other mods are disabled?

@m417z
Copy link
Member

m417z commented Dec 15, 2024

I couldn't reproduce it on my Windows 11 version 24H2. I'd love to understand the issue and fix it, but as I also wrote here, I don't want to add additional code blindly without understanding the root cause, as the issue might lay elsewhere. Please make another checks for other mods, tools, or windows options which might cause or expose this issue.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info-needed Further information is requested mod-bug Something isn't working with a mod
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants