Add correct maximum and minimum value for tabs.switching_delay

This commit is contained in:
AlternateData 2018-03-17 17:59:31 +01:00
parent f7074b80d0
commit a52d18b700

View File

@ -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'."