From a52d18b700df262945384b70f1ffb58fc2fa0360 Mon Sep 17 00:00:00 2001 From: AlternateData Date: Sat, 17 Mar 2018 17:59:31 +0100 Subject: [PATCH] Add correct maximum and minimum value for tabs.switching_delay --- qutebrowser/config/configdata.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml index a6a2d5317..9cfd6cb90 100644 --- a/qutebrowser/config/configdata.yml +++ b/qutebrowser/config/configdata.yml @@ -1325,7 +1325,10 @@ tabs.show: tabs.show_switching_delay: default: 800 - type: Int + type: + name: Int + minval: -2147483648 + maxval: 2147483647 desc: "Duration (in milliseconds) to show the tab bar before hiding it when tabs.show is set to 'switching'."