diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2013-03-16 17:45:18 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2013-03-16 17:45:18 (GMT) |
| commit | f05044ab68e51ce9c374f6af09284051efcda449 (patch) | |
| tree | 6ae35ed5f6f3395593fc0d2c90780d8162f302e7 /src/options/OptionsView.h | |
| parent | d383d6d7e5e1d3ca0856c02ebbcea5e9b8b2ff4e (diff) | |
| download | powder-f05044ab68e51ce9c374f6af09284051efcda449.zip powder-f05044ab68e51ce9c374f6af09284051efcda449.tar.gz | |
APIRequest, Aync methods for client, Profile edit/viewer (WIP)
Diffstat (limited to 'src/options/OptionsView.h')
| -rw-r--r-- | src/options/OptionsView.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options/OptionsView.h b/src/options/OptionsView.h index 8d41ba5..4ee254f 100644 --- a/src/options/OptionsView.h +++ b/src/options/OptionsView.h @@ -21,6 +21,7 @@ class OptionsView: public ui::Window { ui::Checkbox * scale; ui::Checkbox * fullscreen; ui::Checkbox * fastquit; + ui::Checkbox * showAvatars; public: OptionsView(); void NotifySettingsChanged(OptionsModel * sender); |
