default to false

This commit is contained in:
brendo 2020-07-25 10:11:42 +08:00 committed by Mihir Lad
parent b49b3ae613
commit 44d5b81d5d

View File

@ -272,7 +272,7 @@ namespace modules {
/** /**
* If true, scrolling the bar cycles through the available tags * If true, scrolling the bar cycles through the available tags
*/ */
bool m_tags_scroll{true}; bool m_tags_scroll{false};
/** /**
* If true, scrolling the layout will wrap around to the beginning * If true, scrolling the layout will wrap around to the beginning