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

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

Fix image proxy on etheme

parent 0c7e9e62
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 %}