Add toolbar toggle button

Also ensure chat is hidden when social is displayed and vice-versa.
This commit is contained in:
Dean Herbert
2017-06-07 20:15:58 +09:00
parent fc2d9816df
commit 97db4856fc
4 changed files with 29 additions and 0 deletions

View File

@ -89,6 +89,7 @@
<Compile Include="Overlays\Settings\SettingsHeader.cs" />
<Compile Include="Overlays\Settings\Sections\Audio\MainMenuSettings.cs" />
<Compile Include="Overlays\Toolbar\ToolbarChatButton.cs" />
<Compile Include="Overlays\Toolbar\ToolbarSocialButton.cs" />
<Compile Include="Rulesets\Beatmaps\BeatmapConverter.cs" />
<Compile Include="Rulesets\Beatmaps\BeatmapProcessor.cs" />
<Compile Include="Beatmaps\ControlPoints\ControlPoint.cs" />