From 44e591cf2e43d2e43939fbda3f5f5229becf5bfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Sat, 13 Dec 2025 11:27:03 -0800 Subject: [PATCH] Screenshot: set title and icon name --- src/Screenshot/SetupDialog.vala | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Screenshot/SetupDialog.vala b/src/Screenshot/SetupDialog.vala index 6acebc06..35f35ccc 100644 --- a/src/Screenshot/SetupDialog.vala +++ b/src/Screenshot/SetupDialog.vala @@ -201,6 +201,8 @@ public class Screenshot.SetupDialog : Gtk.Window { }; child = window_handle; + icon_name = "accessories-screenshot-tool"; + title = _("Screenshot"); // We need to hide the title area titlebar = new Gtk.Grid () {