aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 2ce1c80..34512f3 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -4419,7 +4419,7 @@ static void activate(GtkApplication *app, gpointer) {
page_navigation_userdata.app = app;
- std::string window_title = "GPU Screen Recorder v" + std::string(GSR_VERSION) + " | Running on ";
+ std::string window_title = "GPU Screen Recorder | Running on ";
window_title += gpu_vendor_to_name(gsr_info.gpu_info.vendor);
window = gtk_application_window_new(app);