From cc25c30cf177ee83d800925c72b7d334b76fb83d Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 13 Oct 2019 00:14:11 +0200 Subject: Use image mirror 2 for manganelo The first one can sometimes get stuck up to 20 seconds before it even starts download... --- src/QuickMedia.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/QuickMedia.cpp') diff --git a/src/QuickMedia.cpp b/src/QuickMedia.cpp index 35bf9f7..bcd3efe 100644 --- a/src/QuickMedia.cpp +++ b/src/QuickMedia.cpp @@ -854,9 +854,9 @@ namespace QuickMedia { bool resized = true; sf::Event event; - sf::Text chapter_text(chapter_title + std::string(" | Page ") + std::to_string(image_index + 1) + "/" + std::to_string(num_images), font, 14); + sf::Text chapter_text(chapter_title + " | Page " + std::to_string(image_index + 1) + "/" + std::to_string(num_images), font, 14); if(image_index == num_images) - chapter_text.setString("End"); + chapter_text.setString(chapter_title + " | End"); chapter_text.setFillColor(sf::Color::White); sf::RectangleShape chapter_text_background; chapter_text_background.setFillColor(sf::Color(0, 0, 0, 150)); -- cgit v1.2.3