-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
skip_tabs not working #58
Comments
Okay. Found a solution myself: skip_tabs: 2, works. So need to add a comma at the end. Should work without too IMHO or mentioned in documentation. |
Thank you very much for the issue! |
The config parameter `skip_tabs` is usually a string. However, when the user puts only one tab, it is treated as a number, and the type system panics. Ref. #58
Can you test the last pre-release (v1.12.1)? Everything should be working. |
To be honest: I do not know how to test pre-releases ;-) |
It's now available for everybody 👍 |
I configured swipe_nav: in raw config of dashboard and set skip_tabs: 2 to skip the third tab. Tab is still shown on swipe.
The text was updated successfully, but these errors were encountered: