mirror of
https://github.com/ppy/osu-tools.git
synced 2025-06-09 09:35:15 +09:00
Update packages
This commit is contained in:
parent
7e970043d7
commit
2fc3bbbc54
6 changed files with 12 additions and 14 deletions
|
@ -12,7 +12,6 @@ namespace PerformanceCalculatorGUI.Components
|
|||
{
|
||||
public ScreenSelectionButton(string title, IconUsage? icon = null, GlobalAction? hotkey = null)
|
||||
{
|
||||
Width = PerformanceCalculatorSceneManager.CONTROL_AREA_HEIGHT;
|
||||
Hotkey = hotkey;
|
||||
TooltipMain = title;
|
||||
|
||||
|
|
|
@ -19,7 +19,6 @@ namespace PerformanceCalculatorGUI.Components
|
|||
|
||||
public SettingsButton()
|
||||
{
|
||||
Width = PerformanceCalculatorSceneManager.CONTROL_AREA_HEIGHT;
|
||||
Hotkey = GlobalAction.ToggleSettings;
|
||||
TooltipMain = "Settings";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue