From 1bf686d324d7b5c507b3898f188a2fe2f77b589e Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Tue, 6 May 2025 08:44:52 -0500 Subject: [PATCH] gtk: fix comment about adwaita version --- src/input/Binding.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/Binding.zig b/src/input/Binding.zig index 10e16f1fe..434ed9f0d 100644 --- a/src/input/Binding.zig +++ b/src/input/Binding.zig @@ -345,7 +345,7 @@ pub const Action = union(enum) { move_tab: isize, /// Toggle the tab overview. - /// This only works with libadwaita enabled currently. + /// This only works with libadwaita version 1.4.0 or newer. toggle_tab_overview, /// Change the title of the current focused surface via a prompt.