moved back button into static HTML, and fixed bug where it would show in host selection menu

This commit is contained in:
R. Aidan Campbell
2016-08-27 09:22:58 -04:00
parent 8929f5840b
commit 6d432a0fb9
2 changed files with 6 additions and 5 deletions

View File

@@ -17,6 +17,10 @@
<span class="mdl-layout-title">Moonlight</span>
<!-- Add spacer, to align navigation to the right -->
<div class="mdl-layout-spacer"></div>
<div class="cancel-current" id="quitCurrentApp">
<img src="static\res\ic_remove_circle_white_24px.svg">
<span class="game-title">Quit Current App</span>
</div>
</div>
</header>
<main id="main-content" class="mdl-layout__content">