aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Mangadex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Mangadex.cpp')
-rw-r--r--src/plugins/Mangadex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Mangadex.cpp b/src/plugins/Mangadex.cpp
index 0ccecdd..3574914 100644
--- a/src/plugins/Mangadex.cpp
+++ b/src/plugins/Mangadex.cpp
@@ -42,7 +42,7 @@ namespace QuickMedia {
static bool get_cookie_filepath(std::string &cookie_filepath) {
Path cookie_path = get_storage_dir().join("cookies");
if(create_directory_recursive(cookie_path) != 0) {
- show_notification("Storage", "Failed to create directory: " + cookie_path.data, Urgency::CRITICAL);
+ show_notification("QuickMedia", "Failed to create directory: " + cookie_path.data, Urgency::CRITICAL);
return false;
}
cookie_filepath = cookie_path.join("mangadex.txt").data;