mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
Fixed some warnings and added code to close active windows on disable (#2915)
This commit is contained in:
@@ -7,4 +7,7 @@
|
||||
void createEditShortcutsWindow(HINSTANCE hInst, KeyboardManagerState& keyboardManagerState);
|
||||
|
||||
// Function to check if there is already a window active if yes bring to foreground
|
||||
bool CheckEditShortcutsWindowActive();
|
||||
bool CheckEditShortcutsWindowActive();
|
||||
|
||||
// Function to close any active Edit Shortcuts window
|
||||
void CloseActiveEditShortcutsWindow();
|
||||
Reference in New Issue
Block a user