Localize the Shortcut guide PowerToy (#199) (#1126)

* Localized shortcut_guide.cpp

* localized overlay_window.cpp

* formatting changes

* Localize overlay window

* removed the README link from the set of localized resources

* Typo: changed upper to lower
This commit is contained in:
Alekhya
2020-01-22 09:43:49 -08:00
committed by GitHub
parent 45e3f02832
commit 1ad16ade86
5 changed files with 66 additions and 48 deletions

View File

@@ -35,6 +35,7 @@ public:
virtual void destroy() override;
private:
std::wstring app_name;
std::unique_ptr<TargetState> target_state;
std::unique_ptr<D2DOverlayWindow> winkey_popup;
bool _enabled = false;