mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Use rounded button in settings sidebar
This commit is contained in:
@ -6,11 +6,11 @@ using System.Linq;
|
||||
using osu.Framework.Graphics;
|
||||
using osu.Framework.Graphics.Cursor;
|
||||
using osu.Framework.Localisation;
|
||||
using osu.Game.Graphics.UserInterface;
|
||||
using osu.Game.Graphics.UserInterfaceV2;
|
||||
|
||||
namespace osu.Game.Overlays.Settings
|
||||
{
|
||||
public class SettingsButton : TriangleButton, IHasTooltip
|
||||
public class SettingsButton : RoundedButton, IHasTooltip
|
||||
{
|
||||
public SettingsButton()
|
||||
{
|
||||
|
Reference in New Issue
Block a user