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 +}