diff options
author | sijanec <sijanecantonluka@gmail.com> | 2020-05-20 19:21:31 +0200 |
---|---|---|
committer | sijanec <sijanecantonluka@gmail.com> | 2020-05-20 19:21:31 +0200 |
commit | 448708182490d551721767bffc34ef35375f5082 (patch) | |
tree | f039502e4b2bb7aee1ad162aca38f89a2fb7cc5f /assets/pages-src | |
parent | Merge branch 'dev' of https://github.com/beziapp/beziapp.github.io into dev (diff) | |
download | beziapp-448708182490d551721767bffc34ef35375f5082.tar beziapp-448708182490d551721767bffc34ef35375f5082.tar.gz beziapp-448708182490d551721767bffc34ef35375f5082.tar.bz2 beziapp-448708182490d551721767bffc34ef35375f5082.tar.lz beziapp-448708182490d551721767bffc34ef35375f5082.tar.xz beziapp-448708182490d551721767bffc34ef35375f5082.tar.zst beziapp-448708182490d551721767bffc34ef35375f5082.zip |
Diffstat (limited to 'assets/pages-src')
-rw-r--r-- | assets/pages-src/settings.bvr | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/assets/pages-src/settings.bvr b/assets/pages-src/settings.bvr index 4eed647..4c55da6 100644 --- a/assets/pages-src/settings.bvr +++ b/assets/pages-src/settings.bvr @@ -75,12 +75,28 @@ <div class="input-field col s12"> <i class="material-icons prefix">palette</i> <select class="theme-select input-select" id="select-theme"> - <option value="light" id="option-light" data-theme="light" selected>Light</option> - <option value="dark" id="option-dark" data-theme="dark">Dark</option> + <option value="light" id="option-light" data-theme="light" selected><x-su>themeLight</x-su></option> + <option value="dark" id="option-dark" data-theme="dark"><x-su>themeDark</x-su></option> </select> <label><x-su>selectTheme</x-su></label> </div> </div> + + + <div class="row"> + <div class="col s12"> + <h5 class="general-text"><x-su>errorReporting</x-su></h5> + </div> + <div class="input-field col s12"> + <i class="material-icons prefix">report_problem</i> + <select class="errorreporting-select input-select" id="select-errorreporting"> + <option value="on" id="option-on" data-errorreporting="on" selected><x-su>on</x-su></option> + <option value="off" id="option-off" data-errorreporting="off"><x-su>off</x-su></option> + </select> + <label><x-su>selectErrorReporting</x-su></label> + </div> + </div> + </div> </body> |