-
Notifications
You must be signed in to change notification settings - Fork 7.6k
[FancyZones] Split zones-settings: layout hotkeys #15514
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
[FancyZones] Split zones-settings: layout hotkeys #15514
Conversation
This comment has been minimized.
This comment has been minimized.
stefansjfw
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added few minor comments, but overall looks good and works good!
src/modules/fancyzones/FancyZonesLib/FancyZonesData/LayoutHotkeys.cpp
Outdated
Show resolved
Hide resolved
src/modules/fancyzones/FancyZonesLib/FancyZonesWinHookEventIDs.h
Outdated
Show resolved
Hide resolved
|
|
||
| void FancyZonesData::ReplaceZoneSettingsFileFromOlderVersions() | ||
| { | ||
| if (std::filesystem::exists(zonesSettingsFileName)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
once it's migrated, no need to do it every time? add && if NOT exist hotkeysFile to condition?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm planning to add the code removing the zones-settings.json after I finish with other parts. So checking only this one will be enough.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok. that makes sense
Summary of the Pull Request
What is this about:
I decided to split the fix into separate issues for each part of the
zones-settings. This is the first part with layout hotkeys.FancyZonesDataWhat is included in the PR:
How does someone test / validate:
Quality Checklist
Contributor License Agreement (CLA)
A CLA must be signed. If not, go over here and sign the CLA.