mirror of
https://github.com/reactos/reactos.git
synced 2026-05-23 07:40:09 +08:00
[EXPLORER] Fix showing the lock status in the taskbar popup menu
This commit is contained in:
@@ -2993,7 +2993,7 @@ public:
|
||||
MF_BYCOMMAND);
|
||||
}
|
||||
|
||||
CheckMenuItem(hPopup,
|
||||
CheckMenuItem(menubase,
|
||||
ID_LOCKTASKBAR,
|
||||
MF_BYCOMMAND | (g_TaskbarSettings.bLock ? MF_CHECKED : MF_UNCHECKED));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user