diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-08-05 12:18:29 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-08-05 12:18:29 +0200 |
commit | c35fc22c4ca2a77bfc7317d3b8f78acabb855631 (patch) | |
tree | 6e373b0a2b63889ea9d465be37aaaa6f3fc8cfd7 /include | |
parent | a0c0f0bd551155270b11ac23c7f1c526a20a44b9 (diff) |
Matrix: fix editing hidden events being visible
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; |