diff options
Diffstat (limited to 'logic/Env.h')
-rw-r--r-- | logic/Env.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/logic/Env.h b/logic/Env.h index e3c5130a..806fa106 100644 --- a/logic/Env.h +++ b/logic/Env.h @@ -34,6 +34,8 @@ public: std::shared_ptr<IconList> icons(); + bool hasIcons(); + /// init the cache. FIXME: possible future hook point void initHttpMetaCache(); |