siavash119 / qtchan

4chan browser in qt5
GNU General Public License v3.0
101 stars 7 forks source link

Fix for board catalog truncation #35

Closed andkem closed 4 years ago

andkem commented 4 years ago

Due to putting a size restriction in the boardtab.ui, only 128 posts would fit in the catalog view. Removing the size restriction from the UI allows for all catalog pages to be fetched.

siavash119 commented 4 years ago

perfect, thanks