improve:浮动栏

This commit is contained in:
2025-09-06 14:19:33 +08:00
parent 52d95173d7
commit 12ec527dcd
4 changed files with 7 additions and 7 deletions
@@ -30,12 +30,12 @@ namespace Ink_Canvas
if (WindowState == WindowState.Normal)
{
WindowState = WindowState.Maximized;
FontIconFullscreen.Glyph = "";
FontIconFullscreen.Text = "";
}
else
{
WindowState = WindowState.Normal;
FontIconFullscreen.Glyph = "";
FontIconFullscreen.Text = "";
}
}