diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-09-14 19:00:12 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-09-14 19:00:12 +0200 |
commit | eb077f4f135244e066f3db483e3abadf8ee1fa8a (patch) | |
tree | be211a6796c587ce81ce5dd680c58ed17658749a /src | |
parent | d6131b8ba482414be76f2478aea90bd7a4a2379b (diff) |
Set title to plugin used
Diffstat (limited to 'src')
-rw-r--r-- | src/QuickMedia.cpp | 1 |
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)) { |