mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 14:56:30 +00:00
add badge with window switch on the top right
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Azaion.Common.DTO.Config;
|
||||
|
||||
public class AnnotatorWindowConfig
|
||||
{
|
||||
public double LeftPanelWidth { get; set; }
|
||||
public double RightPanelWidth { get; set; }
|
||||
public bool ShowHelpOnStart { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user