From 43a7a4828cd00a945248716b1606479dd6434b63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= Date: Fri, 8 Nov 2024 18:00:56 +0100 Subject: [PATCH] raider-window: Set window title Without this, the process name is shown. --- src/raider-window.blp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/raider-window.blp b/src/raider-window.blp index e06f6c4..230530e 100644 --- a/src/raider-window.blp +++ b/src/raider-window.blp @@ -6,6 +6,7 @@ template RaiderWindow : Adw.ApplicationWindow { default-height: 600; width-request: 360; height-request: 200; + title: _("File Shredder"); icon-name: "com.github.ADBeveridge.Raider"; [content] @@ -151,4 +152,4 @@ menu open_menu { action: "app.open-folder"; } } -} \ No newline at end of file +}