Skip to content
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

Fix quick switcher not ordering based on tab order #2561

Merged

Conversation

jupjohn
Copy link
Contributor

@jupjohn jupjohn commented Mar 24, 2021

Pull request checklist:

  • CHANGELOG.md was updated, if applicable

Description

The quick switcher was using a QSet instead of a order-respecting collection type when fetching the user's tabs. By replacing QSet with QList we keep the order of tabs.

See #2519 for more details and test setup.

Screenshots

Chatterino2_QuickSwitcher_Fixed

@pajlada pajlada merged commit 093a088 into Chatterino:master Mar 27, 2021
13 checks passed
@jupjohn jupjohn deleted the bugfix/2519-quickswitcher-tab-order branch March 27, 2021 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants