OS Detection and setting the old or new settings UI page accordingly (#2674)

* Added code to detect os build number

* To set the settings.exe according to the powerToys version that is running

* Modified the description of old UI for launcher and keyboard remapper

* Using API contracts instead of registry

* Removing file that was included by mistake
This commit is contained in:
Alekhya
2020-05-05 15:53:30 -07:00
committed by GitHub
parent c2adf56b2f
commit 1a29870958
4 changed files with 46 additions and 2 deletions

View File

@@ -27,4 +27,5 @@
#include <winrt/Windows.ApplicationModel.h>
#include <winrt/Windows.Storage.h>
#include <winrt/Windows.Foundation.Metadata.h>
#include <wil/resource.h>