From 4981815246ba68670e22e6dcd3bcae273a8e72b3 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sun, 10 Nov 2024 09:19:38 +0200 Subject: [PATCH] update comment --- src/app/browser.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/browser.rs b/src/app/browser.rs index 8a0b20ab..f29ce037 100644 --- a/src/app/browser.rs +++ b/src/app/browser.rs @@ -65,7 +65,7 @@ impl Browser { ], )); - // Connect actions + // Connect actions (window required for accels) widget .gobject() .insert_action_group(action.id(), Some(action.gobject())); @@ -77,7 +77,7 @@ impl Browser { widget.gobject().insert_action_group( window.tab().action().id(), Some(window.tab().action().gobject()), - ); // @TODO is really wanted to append it here? + ); // Connect events action.about().connect_activate({