优化代码
This commit is contained in:
@@ -486,7 +486,6 @@ namespace Ink_Canvas
|
|||||||
LogHelper.WriteLogToFile("Ink Canvas Loaded", LogHelper.LogType.Event);
|
LogHelper.WriteLogToFile("Ink Canvas Loaded", LogHelper.LogType.Event);
|
||||||
|
|
||||||
isLoaded = true;
|
isLoaded = true;
|
||||||
|
|
||||||
BlackBoardLeftSidePageListView.ItemsSource = blackBoardSidePageListViewObservableCollection;
|
BlackBoardLeftSidePageListView.ItemsSource = blackBoardSidePageListViewObservableCollection;
|
||||||
BlackBoardRightSidePageListView.ItemsSource = blackBoardSidePageListViewObservableCollection;
|
BlackBoardRightSidePageListView.ItemsSource = blackBoardSidePageListViewObservableCollection;
|
||||||
|
|
||||||
|
|||||||
@@ -233,16 +233,12 @@ namespace Ink_Canvas
|
|||||||
public bool IsShowLassoSelectButton { get; set; } = true;
|
public bool IsShowLassoSelectButton { get; set; } = true;
|
||||||
[JsonProperty("isShowClearAndMouseButton")]
|
[JsonProperty("isShowClearAndMouseButton")]
|
||||||
public bool IsShowClearAndMouseButton { get; set; } = true;
|
public bool IsShowClearAndMouseButton { get; set; } = true;
|
||||||
|
|
||||||
[JsonProperty("eraserDisplayOption")]
|
[JsonProperty("eraserDisplayOption")]
|
||||||
public int EraserDisplayOption { get; set; }
|
public int EraserDisplayOption { get; set; }
|
||||||
|
|
||||||
[JsonProperty("isShowQuickColorPalette")]
|
[JsonProperty("isShowQuickColorPalette")]
|
||||||
public bool IsShowQuickColorPalette { get; set; }
|
public bool IsShowQuickColorPalette { get; set; }
|
||||||
|
|
||||||
[JsonProperty("quickColorPaletteDisplayMode")]
|
[JsonProperty("quickColorPaletteDisplayMode")]
|
||||||
public int QuickColorPaletteDisplayMode { get; set; } = 1;
|
public int QuickColorPaletteDisplayMode { get; set; } = 1;
|
||||||
|
|
||||||
[JsonProperty("enableHotkeysInMouseMode")]
|
[JsonProperty("enableHotkeysInMouseMode")]
|
||||||
public bool EnableHotkeysInMouseMode { get; set; } = false;
|
public bool EnableHotkeysInMouseMode { get; set; } = false;
|
||||||
|
|
||||||
@@ -250,8 +246,6 @@ namespace Ink_Canvas
|
|||||||
|
|
||||||
public class PowerPointSettings
|
public class PowerPointSettings
|
||||||
{
|
{
|
||||||
// -- new --
|
|
||||||
|
|
||||||
[JsonProperty("showPPTButton")]
|
[JsonProperty("showPPTButton")]
|
||||||
public bool ShowPPTButton { get; set; } = true;
|
public bool ShowPPTButton { get; set; } = true;
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user