From e9cfee074d6c2a60ce3892b98125a730027305ec Mon Sep 17 00:00:00 2001 From: Yannis Gerlach <100762533+ygerlach@users.noreply.github.com> Date: Tue, 12 May 2026 18:38:32 +0200 Subject: [PATCH] rename app --- src/Gtk/MainWindow.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gtk/MainWindow.vala b/src/Gtk/MainWindow.vala index ee9f87d6..dd35063d 100644 --- a/src/Gtk/MainWindow.vala +++ b/src/Gtk/MainWindow.vala @@ -70,7 +70,7 @@ class MainWindow : Gtk.Window{ log_debug("MainWindow: MainWindow()"); - this.title = AppName; + this.title = "Timeshift"; this.window_position = WindowPosition.CENTER; this.modal = true; this.set_default_size (def_width, def_height);