diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-12-20 12:03:18 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-12-20 12:03:18 +0100 |
commit | 1a20c29eeba5edfd51068b5bec6ec53af0629d38 (patch) | |
tree | 128097f38e231bae00f06ee60b92019a90c16208 /include | |
parent | 8b5ebcf85b0dd7c4addc02028ae53b1f4fee9391 (diff) |
Matrix: revert not clearing text on esc, make it an option 'matrix.clear_message_on_escape' instead
Diffstat (limited to 'include')
-rw-r--r-- | include/Config.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Config.hpp b/include/Config.hpp index 6f908c8..0b0f021 100644 --- a/include/Config.hpp +++ b/include/Config.hpp @@ -62,6 +62,7 @@ namespace QuickMedia { bool send_read_receipts = true; bool send_typing_notifications = true; bool appear_online = true; + bool clear_message_on_escape = true; }; struct PeertubeConfig { |