|
@@ -144,6 +144,16 @@
|
|
|
content: "\EF4E";
|
|
|
}
|
|
|
|
|
|
+ .hd-icon:after {
|
|
|
+ font-size: 16px;
|
|
|
+ content: "\F765";
|
|
|
+ }
|
|
|
+
|
|
|
+ .sd-icon:after {
|
|
|
+ font-size: 16px;
|
|
|
+ content: "\F766";
|
|
|
+ }
|
|
|
+
|
|
|
.progress-control {
|
|
|
display: flex;
|
|
|
flex: 1;
|
|
@@ -483,12 +493,20 @@
|
|
|
</div>
|
|
|
{{/unless}}
|
|
|
<div class="default-control">
|
|
|
- {{#unless hideHelp}}
|
|
|
- <button class="help" id="help-button" title="Help">
|
|
|
+ {{#unless hideHdButton}}
|
|
|
+ <button class="hd-button" id="hd-button" title="{{text.hdButton}}">
|
|
|
+ {{#if hdEnabled}}
|
|
|
+ <span class="icon sd-icon"></span>
|
|
|
+ {{else}}
|
|
|
+ <span class="icon hd-icon"></span>
|
|
|
+ {{/if}}
|
|
|
+ </button>
|
|
|
+ {{/unless}} {{#unless hideHelp}}
|
|
|
+ <button class="help" id="help-button" title="{{text.helpButton}}">
|
|
|
<span class="icon help-icon"></span>
|
|
|
</button>
|
|
|
{{/unless}} {{#unless hideFullScreen}}
|
|
|
- <button class="fullscreen" id="fullscreen-button" title="Fullscreen">
|
|
|
+ <button class="fullscreen" id="fullscreen-button" title="{{text.fullscreenButton}}">
|
|
|
<span class="icon fullscreen-icon"></span>
|
|
|
</button>
|
|
|
{{/unless}}
|