Refactor/Fix: Standardize Dialog Themes & Fix WebSocket Fragmentation. Detail: UserInfoDialog design refresh, standardized all dialogs, fixed backend WebSocketServer fragmentation bug.
This commit is contained in:
@@ -83,6 +83,9 @@ namespace Project
|
||||
[DisplayName("Tool Bar")]
|
||||
public eToolPosition HideToolbar { get; set; }
|
||||
|
||||
[DisplayName("테마")]
|
||||
public string Theme { get; set; }
|
||||
|
||||
|
||||
|
||||
public Setting() : this(Util.CurrentPath + "setting.xml") { }
|
||||
|
||||
Reference in New Issue
Block a user