mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Update ScreenshotManager.cs
This commit is contained in:
@ -112,6 +112,8 @@ namespace osu.Game.Graphics
|
||||
if (Interlocked.Decrement(ref screenShotTasks) == 0 && cursorVisibility.Value == false)
|
||||
cursorVisibility.Value = true;
|
||||
|
||||
host.GetClipboard()?.SetImage(image);
|
||||
|
||||
string filename = getFilename();
|
||||
|
||||
if (filename == null) return;
|
||||
|
Reference in New Issue
Block a user