Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a8ebb532 authored by Israel Yago Pereira's avatar Israel Yago Pereira
Browse files

Merge branch '74b-fix-image-proxy' into 'master'

Fix image proxy on etheme

See merge request e/cloud/my-spot!93
parents 0c7e9e62 d97a9b9e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@
                {% call preferences_item(image_proxy_info, image_proxy_label, rtl) %}
                    <select class="form-control custom-select" name='image_proxy' data-hide-search>
                        <option value="1" {% if image_proxy  %}selected="selected"{% endif %}>{{ _('Enabled') }}</option>
                        <option value="" {% if not image_proxy %}selected="selected"{% endif %}>{{ _('Disabled')}}</option>
                        <option value="0" {% if not image_proxy %}selected="selected"{% endif %}>{{ _('Disabled')}}</option>
                    </select>
                {% endcall %}