last used quality profile is now used as default

This commit is contained in:
kay.one
2013-05-27 22:40:58 -07:00
parent 465dc725c8
commit e4e6bcae1d
16 changed files with 70 additions and 66 deletions

View File

@@ -0,0 +1,5 @@
<select class="span2 x-quality-profile">
{{#each this}}
<option value="{{id}}">{{name}}</option>
{{/each}}
</select>