mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
fix review points and fine tuning
This commit is contained in:
@ -35,7 +35,7 @@ namespace osu.Game.Overlays.Settings.Sections.DebugSettings
|
||||
},
|
||||
new SettingsButton
|
||||
{
|
||||
Text = DebugSettingsStrings.CompactRealm,
|
||||
Text = "Compact realm",
|
||||
Action = () =>
|
||||
{
|
||||
// Blocking operations implicitly causes a Compact().
|
||||
@ -46,11 +46,11 @@ namespace osu.Game.Overlays.Settings.Sections.DebugSettings
|
||||
},
|
||||
blockAction = new SettingsButton
|
||||
{
|
||||
Text = DebugSettingsStrings.BlockRealm,
|
||||
Text = "Block realm",
|
||||
},
|
||||
unblockAction = new SettingsButton
|
||||
{
|
||||
Text = DebugSettingsStrings.UnblockRealm,
|
||||
Text = "Unblock realm",
|
||||
},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user