Skip to content

Commit

Permalink
优化 置顶截图窗口
Browse files Browse the repository at this point in the history
  • Loading branch information
MakesYT committed Jun 4, 2024
1 parent da949a1 commit c5b5cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KitopiaAvalonia/Services/ScreenCaptureWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public void CaptureScreen()
SystemDecorations = SystemDecorations.None,
Background = new SolidColorBrush(Colors.Black),
ShowInTaskbar = false,
Topmost = false,
Topmost = true,
CanResize = false,
IsVisible = true,
};
Expand Down

0 comments on commit c5b5cfa

Please sign in to comment.