aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-09-23 20:28:42 +0200
committerdec05eba <dec05eba@protonmail.com>2020-09-23 20:28:42 +0200
commit07eebc494c3655a81ba45522603a9406825a3d0f (patch)
treee4e98b0ebaa1bedd266c046fc78f44750880ec4d /TODO
parent5b8c2237147336fd44b9deaa24e933abd797f8a3 (diff)
Make tabs rounded, readd color to nyaa.si trusted/remake
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 8f759b6..bc861f3 100644
--- a/TODO
+++ b/TODO
@@ -18,4 +18,5 @@ Show indication when search is in progress (or when something is loading). Some
Add login page for mangadex instead of having to manually add remember_me token to config file.
Allow deleting watch history with delete key (and show confirmation).
Add pagination to nyaa.si results.
-Add navigation to nyaa.si submitter torrents. \ No newline at end of file
+Add navigation to nyaa.si submitter torrents.
+Create a large texture and add downloaded images to it. This will save memory usage because sfml has to use power of two textures (and so does opengl internally) for textures, so if you have multiple textures they will use more memory than one large texture with the same texture data. \ No newline at end of file