mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
修复鼠标穿透设置未保存
This commit is contained in:
parent
5f66c61c20
commit
b4a100226c
@ -120,6 +120,10 @@ namespace VPet_Simulator.Windows
|
||||
{
|
||||
Topmost = true;
|
||||
}
|
||||
if (Set.HitThrough)
|
||||
{
|
||||
SetTransparentHitThrough();
|
||||
}
|
||||
|
||||
|
||||
//不存在就关掉
|
||||
|
Loading…
Reference in New Issue
Block a user