mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 09:27:18 +09:00
Show drag handle by default on main class
This commit is contained in:
parent
6c9fcae69f
commit
370f22f975
@ -44,7 +44,7 @@ namespace osu.Game.Graphics.Containers
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Whether the drag handle should be shown.
|
/// Whether the drag handle should be shown.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
protected readonly Bindable<bool> ShowDragHandle = new Bindable<bool>();
|
protected readonly Bindable<bool> ShowDragHandle = new Bindable<bool>(true);
|
||||||
|
|
||||||
private Container handleContainer;
|
private Container handleContainer;
|
||||||
private PlaylistItemHandle handle;
|
private PlaylistItemHandle handle;
|
||||||
|
@ -39,8 +39,6 @@ namespace osu.Game.Overlays.Music
|
|||||||
Padding = new MarginPadding { Left = 5 };
|
Padding = new MarginPadding { Left = 5 };
|
||||||
|
|
||||||
FilterTerms = item.Metadata.SearchableTerms;
|
FilterTerms = item.Metadata.SearchableTerms;
|
||||||
|
|
||||||
ShowDragHandle.Value = true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user