No description
| hide_stats.patch | ||
| LICENSE | ||
| README.md | ||
Tuba Hide Stats patch
A patch that adds an option to hide account and post statistics.
How to use
- Get Tuba source code:
git clone https://github.com/GeopJr/Tuba.git - Checkout the latest release:
git checkout v0.9.1 - Copy
hide_stats.patchinto the source code of Tuba you just cloned. - Apply the patch with
git apply hide_stats.patch - In
build-aux/dev.geopjr.Tuba.Devel.jsonchange-Ddevel=trueto-Ddevel=falsefortubamodule. - Compile and install patched Tuba to your system as a Flatpak:
flatpak-builder build build-aux/dev.geopjr.Tuba.Devel.json --force-clean --install --user
Licensed under GPLv3. (Same as Tuba itself: https://github.com/GeopJr/Tuba/blob/main/LICENSE)