mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Do not support bmp screenshots
This commit is contained in:
@ -83,7 +83,7 @@ namespace osu.Game.Configuration
|
||||
|
||||
Set(OsuSetting.Version, string.Empty);
|
||||
|
||||
Set(OsuSetting.ScreenshotFormat, ScreenshotFormat.Png);
|
||||
Set(OsuSetting.ScreenshotFormat, ScreenshotFormat.Jpg);
|
||||
}
|
||||
|
||||
public OsuConfigManager(Storage storage) : base(storage)
|
||||
|
Reference in New Issue
Block a user