Add button to suppress partial recipes data warning#1891
Closed
Euheimr wants to merge 2 commits intoshedaniel:19.x-1.21.5from
Euheimr:19.x-1.21.5
Closed
Add button to suppress partial recipes data warning#1891Euheimr wants to merge 2 commits intoshedaniel:19.x-1.21.5from Euheimr:19.x-1.21.5
Euheimr wants to merge 2 commits intoshedaniel:19.x-1.21.5from
Euheimr:19.x-1.21.5
Conversation
"Do not show again" button sets the REI config option implemented by @MoonWX
Author
|
Here's a pre-compiled download with these changes (of which includes @MoonWX 's changes): |
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added the
Do not show againbutton which sets the REI config option switch implemented by @MoonWX on PR #1881 tofalsewhen clicked.Clicking

Do not show againsets the following option tofalse(disabled):I tested the GUI on varying window sizes to make sure alignment is perfect.
Please note: the "clickable" area of these buttons both extend to the ends of the box. In other words, you can click the buttons on the left or right sides, beyond the text.
If that behavior is not desired, let me know. It was the only way I could have the buttons reliably be clicked in all window sizes and widths.
Thanks @MoonWX for implementing the config option in #1881 ! I subsequently felt inspired to do this piece.