mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
FZ: fix currently selected zone tracking (#8797)
This commit is contained in:
@@ -39,7 +39,7 @@ public:
|
||||
}
|
||||
|
||||
private:
|
||||
inline static HHOOK hHook;
|
||||
inline static HHOOK hHook = nullptr;
|
||||
inline static std::function<void(bool)> callback;
|
||||
|
||||
static LRESULT CALLBACK GenericKeyHookProc(int nCode, WPARAM wParam, LPARAM lParam)
|
||||
|
||||
Reference in New Issue
Block a user