diff options
author | Cheng-Han, Wu | 2016-06-21 21:45:45 +0800 |
---|---|---|
committer | Cheng-Han, Wu | 2016-06-21 21:45:45 +0800 |
commit | 09fb1209678b2acc18ee13ee0c407278e67d2c06 (patch) | |
tree | d90ae905b31e0b871dd8f000ea72294974c23a05 /public/views/statusbar.html | |
parent | 6577313925d8e6a546414470166095d81c3987a2 (diff) |
Update to support toggle editor theme and spellcheck in status bar
Diffstat (limited to 'public/views/statusbar.html')
-rw-r--r-- | public/views/statusbar.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/views/statusbar.html b/public/views/statusbar.html index d3c58ef1..24e2eb8e 100644 --- a/public/views/statusbar.html +++ b/public/views/statusbar.html @@ -20,5 +20,11 @@ <div class="indent-width-label" title="Click to change indentation size">4</div> <input class="indent-width-input hidden" type="number" min="1" max="10" maxlength="2" size="2"> </div> + <div class="status-theme"> + <a class="ui-theme-toggle" data-target="#" title="Toggle editor theme"><i class="fa fa-sun-o fa-fw"></i></a> + </div> + <div class="status-spellcheck"> + <a class="ui-spellcheck-toggle" data-target="#" title="Toggle spellcheck"><i class="fa fa-check fa-fw"></i></a> + </div> </div> </div>
\ No newline at end of file |