mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Add !SkinCustomMenu bang that displays the user-defined context menu items only
This commit is contained in:
@ -100,7 +100,8 @@ const BangInfo s_Bangs[] =
|
||||
{ Bang::PauseMeasureGroup, L"PauseMeasureGroup", 1 },
|
||||
{ Bang::UnpauseMeasureGroup, L"UnpauseMeasureGroup", 1 },
|
||||
{ Bang::TogglePauseMeasureGroup, L"TogglePauseMeasureGroup", 1 },
|
||||
{ Bang::UpdateMeasureGroup, L"UpdateMeasureGroup", 1 }
|
||||
{ Bang::UpdateMeasureGroup, L"UpdateMeasureGroup", 1 },
|
||||
{ Bang::SkinCustomMenu, L"SkinCustomMenu", 0 }
|
||||
};
|
||||
|
||||
// Bangs that are to be handled with DoGroupBang().
|
||||
|
Reference in New Issue
Block a user