Skip to content

Commit

Permalink
raider-window: Set window title
Browse files Browse the repository at this point in the history
Without this, the process name is shown.
  • Loading branch information
City-busz authored and ADBeveridge committed Nov 8, 2024
1 parent 9899be1 commit a34c8e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/raider-window.blp
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -151,4 +152,4 @@ menu open_menu {
action: "app.open-folder";
}
}
}
}

0 comments on commit a34c8e8

Please sign in to comment.