summaryrefslogtreecommitdiff
path: root/src/ui.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.hh')
-rw-r--r--src/ui.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui.hh b/src/ui.hh
index 0cd9ff50..7a302efd 100644
--- a/src/ui.hh
+++ b/src/ui.hh
@@ -96,7 +96,8 @@ public:
void set_panelmode(UIPanelmode mode);
UIPanelmode get_panelmode();
void set_findbar_visibility(bool visible);
- bool get_images_enabled() { return ImageLoad->state();}
+ bool images_enabled() { return ImageLoad->state();}
+ void images_enabled(int flag) { ImageLoad->state(flag);}
Widget *fullscreen_button() { return FullScreen; }
void fullscreen_toggle() { FullScreen->do_callback(); }