aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2019-08-05 21:34:37 +0200
committerdec05eba <dec05eba@protonmail.com>2019-08-05 21:34:40 +0200
commit3d656ffb9d242ba42f87cd2ef7ac13b06c7a2043 (patch)
treed69877be91432fb9ef53b4cd2023111252841b1c /README.md
parent92a98c6525d42a967d66492ef7bd61c4a1d7edd1 (diff)
Only redraw image preview when needed, less cpu usage
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9937445..9f0ab5a 100644
--- a/README.md
+++ b/README.md
@@ -14,4 +14,5 @@ If a search returns no results, then "No results found for ..." should be shown
Keep track of content that has been viewed so the user can return to where they were last.
For manga, view the next chapter when reaching the end of a chapter.
Make network requests asynchronous to not freeze gui when navigating. Also have loading animation.
-Retain search text when navigating back. \ No newline at end of file
+Retain search text when navigating back.
+Resizing window doesn't always scale images correctly, they stay underscaled. \ No newline at end of file