talkatu/talkatu

Set the editor send button to ignore 'show-all'

2022-03-22, Elliott Sales de Andrade
2c98b95bc23a
Set the editor send button to ignore 'show-all'

We manage the visibility of this button using a separate property.

Testing Done:
Modified the demo to show-all the window and see that the button was not automatically enabled.

Reviewed at https://reviews.imfreedom.org/r/1362/
# Building
Talkatu uses [meson](https://mesonbuild.com) as it's build system.
Meson requires you to build in a directory other than the source directory.
To compile you can use the following commands:
```
meson build
cd build
ninja install
```