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

TabbarEntriesSettingsView: Prevent a tab item from being set twice #2157 #2166

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

Taufi
Copy link
Contributor

@Taufi Taufi commented Aug 21, 2024

If a tab is displayed twice, the app shows strange behaviour (blank screen or no further input possible). This is probably because the tag of the tab item is not unique. The proposed solution prevents the duplication of tab items by only displaying those in the settings picker that do not lead to duplication. See also Issue #2157.

@Dimillian Dimillian merged commit 1b7720c into Dimillian:main Sep 3, 2024
1 check passed
@Taufi Taufi deleted the prevent-duplicate-tab-items branch September 9, 2024 16:17
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.

2 participants