aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/QuickMedia.cpp2
-rw-r--r--src/plugins/NyaaSi.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/QuickMedia.cpp b/src/QuickMedia.cpp
index c7b5505..1a62fba 100644
--- a/src/QuickMedia.cpp
+++ b/src/QuickMedia.cpp
@@ -328,7 +328,7 @@ namespace QuickMedia {
Program::Program() :
disp(nullptr),
- window(sf::VideoMode(1280, 720), "QuickMedia", sf::Style::Default),
+ window(sf::VideoMode(1280, 720, 24), "QuickMedia", sf::Style::Default),
window_size(1280, 720),
current_page(PageType::EXIT),
image_index(0)
diff --git a/src/plugins/NyaaSi.cpp b/src/plugins/NyaaSi.cpp
index 2ed5f59..ea482ef 100644
--- a/src/plugins/NyaaSi.cpp
+++ b/src/plugins/NyaaSi.cpp
@@ -228,7 +228,7 @@ namespace QuickMedia {
std::string title;
BodyItems result_items;
- auto torrent_item = BodyItem::create("Download magnet");
+ auto torrent_item = BodyItem::create("💾 Download magnet");
std::string magnet_url;
std::string description;