mirror of
https://github.com/ppy/osu.git
synced 2025-02-05 15:23:11 +08:00
Update ScreenshotManager.cs
This commit is contained in:
parent
d7ef0e4174
commit
08317b4265
@ -112,6 +112,8 @@ namespace osu.Game.Graphics
|
|||||||
if (Interlocked.Decrement(ref screenShotTasks) == 0 && cursorVisibility.Value == false)
|
if (Interlocked.Decrement(ref screenShotTasks) == 0 && cursorVisibility.Value == false)
|
||||||
cursorVisibility.Value = true;
|
cursorVisibility.Value = true;
|
||||||
|
|
||||||
|
host.GetClipboard()?.SetImage(image);
|
||||||
|
|
||||||
string filename = getFilename();
|
string filename = getFilename();
|
||||||
|
|
||||||
if (filename == null) return;
|
if (filename == null) return;
|
||||||
|
Loading…
Reference in New Issue
Block a user