Update to be in line with framework changes

This commit is contained in:
Susko3
2021-10-24 12:59:19 +02:00
parent 4a425b5c3e
commit 51c5d0aec7
5 changed files with 6 additions and 6 deletions

View File

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