mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
# VPet.Solution
## 修复 - 设置编辑器和存档查看器关闭后无法再打开的问题
This commit is contained in:
parent
adce61de53
commit
1f2b295365
@ -363,10 +363,10 @@ public static class Extensions
|
||||
[Flags]
|
||||
public enum WindowCloseState
|
||||
{
|
||||
SkipNext = 0,
|
||||
Close = 1 << 0,
|
||||
Hidden = 1 << 1,
|
||||
Collapsed = 1 << 2
|
||||
SkipNext = 1 << 1,
|
||||
Hidden = 1 << 2,
|
||||
Collapsed = 1 << 3
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user