mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:47:26 +08:00
dotnet format
This commit is contained in:
parent
7ab27399bf
commit
739c18a34d
@ -135,14 +135,14 @@ namespace osu.Game.Screens.Import
|
|||||||
{
|
{
|
||||||
new TriangleButton
|
new TriangleButton
|
||||||
{
|
{
|
||||||
Text = "Import",
|
Text = "Import",
|
||||||
Anchor = Anchor.BottomCentre,
|
Anchor = Anchor.BottomCentre,
|
||||||
Origin = Anchor.BottomCentre,
|
Origin = Anchor.BottomCentre,
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
Height = 50,
|
Height = 50,
|
||||||
Width = 0.9f,
|
Width = 0.9f,
|
||||||
Action = () =>
|
Action = () =>
|
||||||
{
|
{
|
||||||
var d = currentFile.Value?.FullName;
|
var d = currentFile.Value?.FullName;
|
||||||
if (d != null)
|
if (d != null)
|
||||||
startImport(d);
|
startImport(d);
|
||||||
|
Loading…
Reference in New Issue
Block a user