Create classic-taskbar-properties.wh.cpp#4429
Conversation
|
In addition to the notes below, It'd be nice to have a screenshot. Submission reviewNote: This review was done by Claude, and then refined manually. Due to the amount of submissions, doing a fully manual review for each pull request is no longer feasible. Thank you for understanding. Please address the following issues. The items in the collapsed sections are optional, so it's your call whether to address them. 1. if (wcsstr(path, L"ms-settings:taskbar") || wcsstr(path, L"taskbar")) {The second clause matches any file, folder, or URL whose path contains the substring "taskbar" anywhere — 2. The DWORD edge = InterlockedCompareExchange(&g_desiredEdge, 0, 0);
if (edge <= 3) pData->uEdge = edge;But Optional improvements
Minor polish — none of this affects users, so it's your call.
Functionality notes
Non-critical observations about the feature behavior itself.
|
Thank you for the review. |
|
I was suggesting to add a screenshot to the mod's readme. |
I've added the screenshot in the readme too. If there are any other issues to address, please let me know |
Thank you for reporting this issue. I've made a pull request so that we can discuss about it there #4640. Please try the new version and tell me if the issue persists |




Changelog
If this pull request updates an existing mod, describe the changes below:
Mod authorship
If this pull request introduces a new mod, please complete the section below.
This mod was created by:
Please select the options that best apply. Your selection does not affect the acceptance criteria, but it helps reviewers understand the context of the code and provide relevant feedback.