refactor
This commit is contained in:
@@ -89,7 +89,7 @@
|
|||||||
<RunPanel SolutionModel="@_solutionModel"/>
|
<RunPanel SolutionModel="@_solutionModel"/>
|
||||||
</DisplayNoneComponent>
|
</DisplayNoneComponent>
|
||||||
<DisplayNoneComponent Visible="@(_selectedBottomPanel is BottomPanelType.Build)">
|
<DisplayNoneComponent Visible="@(_selectedBottomPanel is BottomPanelType.Build)">
|
||||||
<TerminalOutputDisplay/>
|
<BuildOutputDisplay/>
|
||||||
</DisplayNoneComponent>
|
</DisplayNoneComponent>
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -10,3 +10,5 @@
|
|||||||
@using MudBlazor
|
@using MudBlazor
|
||||||
@using SharpIDE.Photino.Layout
|
@using SharpIDE.Photino.Layout
|
||||||
@using SharpIDE.Photino.Components
|
@using SharpIDE.Photino.Components
|
||||||
|
@using SharpIDE.Photino.Components.Problems
|
||||||
|
@using SharpIDE.Photino.Components.Run
|
||||||
|
|||||||
Reference in New Issue
Block a user