fix:白板参数
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
using Hardcodet.Wpf.TaskbarNotification;
|
using Hardcodet.Wpf.TaskbarNotification;
|
||||||
using Ink_Canvas.Helpers;
|
using Ink_Canvas.Helpers;
|
||||||
using Newtonsoft.Json;
|
using Newtonsoft.Json;
|
||||||
using OSVersionExtension;
|
using OSVersionExtension;
|
||||||
@@ -75,7 +75,7 @@ namespace Ink_Canvas
|
|||||||
Settings.Automation.AutoDelSavedFilesDaysThreshold);
|
Settings.Automation.AutoDelSavedFilesDaysThreshold);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Settings.Startup.IsFoldAtStartup)
|
if (Settings.Startup.IsFoldAtStartup && !App.StartWithBoardMode)
|
||||||
{
|
{
|
||||||
FoldFloatingBar_MouseUp(Fold_Icon, null);
|
FoldFloatingBar_MouseUp(Fold_Icon, null);
|
||||||
}
|
}
|
||||||
@@ -975,4 +975,4 @@ namespace Ink_Canvas
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user