From c35fc22c4ca2a77bfc7317d3b8f78acabb855631 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 5 Aug 2021 12:18:29 +0200 Subject: Matrix: fix editing hidden events being visible --- include/BodyItem.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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; -- cgit v1.2.3