Fixed bug where items are destroyed during configuration update
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Hyperbar.Windows.Interop;
|
||||
|
||||
public enum WindowSnappingPlacement
|
||||
{
|
||||
Left,
|
||||
Top,
|
||||
Right,
|
||||
Bottom
|
||||
}
|
||||
Reference in New Issue
Block a user