From b5f5ca07892f4df799bcc4645f80e441640b5946 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Sun, 17 May 2026 21:12:51 -0500 Subject: [PATCH] Add "available since" --- src/config/Config.zig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/config/Config.zig b/src/config/Config.zig index f803ca12d..cb1964010 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -3653,6 +3653,8 @@ else /// will switch between tabs. Scrolling left goes to the next tab and /// scrolling right goes to the previous tab. Set this to `false` to /// disable this behavior. +/// +/// Available since 1.4.0. @"gtk-horizontal-tab-scroll": bool = true, /// Custom CSS files to be loaded.