improve:截图及浮动栏

This commit is contained in:
2025-08-31 09:59:49 +08:00
parent 9bb00489fe
commit fa7f3d44e4
5 changed files with 50 additions and 22 deletions
+5 -1
View File
@@ -100,7 +100,11 @@ namespace Ink_Canvas
(workingArea.Width - floatingBarWidth) / 2,
workingArea.Bottom - 60 - workingArea.Top,
-2000, -200);
ViewboxFloatingBarMarginAnimation(100, true);
// 新增:只在屏幕模式下初始化浮动栏动画
if (currentMode == 0)
{
ViewboxFloatingBarMarginAnimation(100, true);
}
try
{