-
Notifications
You must be signed in to change notification settings - Fork 7.6k
[FancyZones] Split zones-settings: custom layouts #15642
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: custom layouts #15642
Conversation
| <ClInclude Include="ZonesOverlay.h" /> | ||
| </ItemGroup> | ||
| <ItemGroup> | ||
| <ClCompile Include="FancyZonesData\CustomLayouts.cpp"> |
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.
this looks a bit weird. Does it have to be this way?
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.
Otherwise, we'll have a pipeline build fail. See #15624
|
what is the background for the issue + fix? |
Users lose data on driver updates or windows crashes. It happens because FZ tries to rewrite |
The `zones-settings.json` file was removed and split into different files in microsoft/PowerToys#15642. However, the current documentation still references the removed `zones-settings.json` file. This update fixes the file location and also mentions the other newly available configuration files.
Summary of the Pull Request
What is this about:
custom-layouts.jsonfrom zones-settings on FZ startcustom-layout.jsonin Editor.What is included in the PR:
How does someone test / validate:
custom-layouts.jsoncreatedQuality Checklist
Contributor License Agreement (CLA)
A CLA must be signed. If not, go over here and sign the CLA.