mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1068] [MERGED] fix(windows_api): correctly handle monitors preference indices #1188
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/1068
Author: @alex-ds13
Created: 10/18/2024
Status: ✅ Merged
Merged: 10/18/2024
Merged by: @LGUG2Z
Base:
master← Head:fix/monitors-indices📝 Commits (1)
e9143b2fix(windows_api): correctly handle monitors preference indices📊 Changes
1 file changed (+12 additions, -5 deletions)
View changed files
📝
komorebi/src/windows_api.rs(+12 -5)📄 Description
This should fix a bug where the monitor index preferences might not be properly applied. This would affect users with 3 or more monitors the most.
Fixes #1056
(there might be other issues that are fixed by this, but I didn't have to time to go through all of them and check... might do that later...)
To explain the fix:
@LGUG2Z I can't properly test this since I've only got two monitors. It is probably better to have someone with 3 or more monitors test this first to make sure it works and doesn't break other stuff. It would be great if you could notify testers on discord! 👍
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.