diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/BodyItem.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/BodyItem.hpp b/include/BodyItem.hpp index ed53908..728c2b0 100644 --- a/include/BodyItem.hpp +++ b/include/BodyItem.hpp @@ -127,7 +127,7 @@ namespace QuickMedia { // TODO: Use a list of strings instead, not all plugins need all of these fields std::string url; std::string thumbnail_url; - bool visible; + bool visible; // TODO: Make private and when set by user, set a |visible_force| variable to true or false which makes the item invisible even after filtering bool dirty; bool dirty_description; bool dirty_author; |