mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
Customize system menu items through dedicated API (#677)
Document new interface changes.
This commit is contained in:
committed by
Enrico Giordani
parent
9f78af29bf
commit
be86cd4028
@@ -214,6 +214,9 @@ public:
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
virtual void register_system_menu_helper(PowertoySystemMenuIface* helper) override { }
|
||||
virtual void signal_system_menu_action(const wchar_t* name) override { }
|
||||
};
|
||||
|
||||
// Load the settings file.
|
||||
|
||||
Reference in New Issue
Block a user