mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 20:50:41 +00:00
[EXPLORER] Fix showing the lock status in the taskbar popup menu
This commit is contained in:
parent
d80ef2c90a
commit
fabf069daf
1 changed files with 1 additions and 1 deletions
|
@ -2993,7 +2993,7 @@ public:
|
|||
MF_BYCOMMAND);
|
||||
}
|
||||
|
||||
CheckMenuItem(hPopup,
|
||||
CheckMenuItem(menubase,
|
||||
ID_LOCKTASKBAR,
|
||||
MF_BYCOMMAND | (g_TaskbarSettings.bLock ? MF_CHECKED : MF_UNCHECKED));
|
||||
|
||||
|
|
Loading…
Reference in a new issue