mirror of
https://github.com/BluePointLilac/ContextMenuManager.git
synced 2026-01-14 06:04:00 +08:00
锁定时写入注册表保存记录
This commit is contained in:
@@ -35,7 +35,7 @@ namespace ContextMenuManager.Controls
|
||||
get => IsLocked();
|
||||
set
|
||||
{
|
||||
if(value) Lock();
|
||||
if(value) Owner.WriteRegistry();
|
||||
else UnLock();
|
||||
foreach(Control ctr in Owner.Controls)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user