aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-09-14 19:00:12 +0200
committerdec05eba <dec05eba@protonmail.com>2020-09-14 19:00:12 +0200
commiteb077f4f135244e066f3db483e3abadf8ee1fa8a (patch)
treebe211a6796c587ce81ce5dd680c58ed17658749a /src
parentd6131b8ba482414be76f2478aea90bd7a4a2379b (diff)
Set title to plugin used
Diffstat (limited to 'src')
-rw-r--r--src/QuickMedia.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/QuickMedia.cpp b/src/QuickMedia.cpp
index b464956..f24be55 100644
--- a/src/QuickMedia.cpp
+++ b/src/QuickMedia.cpp
@@ -308,6 +308,7 @@ namespace QuickMedia {
}
current_plugin->use_tor = use_tor;
+ window.setTitle("QuickMedia - " + current_plugin->name);
if(!plugin_logo_path.empty()) {
if(!plugin_logo.loadFromFile(plugin_logo_path)) {