mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Taking screenshot support initial commit
This commit is contained in:
@ -82,6 +82,8 @@ namespace osu.Game.Configuration
|
||||
Set(OsuSetting.ReleaseStream, ReleaseStream.Lazer);
|
||||
|
||||
Set(OsuSetting.Version, string.Empty);
|
||||
|
||||
Set(OsuSetting.ScreenshotFormat, ScreenshotFormat.Png);
|
||||
}
|
||||
|
||||
public OsuConfigManager(Storage storage) : base(storage)
|
||||
@ -125,6 +127,7 @@ namespace osu.Game.Configuration
|
||||
Version,
|
||||
ShowConvertedBeatmaps,
|
||||
SpeedChangeVisualisation,
|
||||
Skin
|
||||
Skin,
|
||||
ScreenshotFormat
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user