qulogic/talkatu

Change demo's author selection to a popover.

2019-07-30, Elliott Sales de Andrade
a723ce8334b0
Change demo's author selection to a popover.

No point having two buttons for this when one will do.
# 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
```