allow manually unlocking party system

This commit is contained in:
Tyler Renelle
2013-03-15 18:39:39 -04:00
parent 14babdbf24
commit 545e5fc2a4
2 changed files with 12 additions and 4 deletions
+3 -2
View File
@@ -18,8 +18,9 @@
</div>
<hr/>
<h4>Toggle Header</h4>
<button x-bind="click:toggleHeader">{#if _user.preferences.hideHeader}Show{else}Hide{/}</button>
<h4>Misc</h4>
<button x-bind="click:toggleHeader">{#if _user.preferences.hideHeader}Show Header{else}Hide Header{/}</button>
{#unless _user.flags.partyEnabled}&nbsp;<button x-bind="click:manuallyUnlockParties" data-dismiss='modal' rel=tooltip title="Parties are unlocked automatically for usability reasons, but you can override that here.">Enable Parties</button>{/}
{{#if _user.auth.local}}
<hr/>