Update PresentExternally usages in line with framework changes

This commit is contained in:
Dean Herbert
2022-03-24 23:40:46 +09:00
parent d7faff15c0
commit 2938f44e6c
3 changed files with 4 additions and 4 deletions

View File

@ -68,7 +68,7 @@ namespace osu.Game.Overlays.Settings.Sections.General
Add(new SettingsButton
{
Text = GeneralSettingsStrings.OpenOsuFolder,
Action = storage.PresentExternally,
Action = () => storage.PresentExternally(),
});
Add(new SettingsButton