-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
Ab warning dialog #380
Ab warning dialog #380
Conversation
Qodana for .NET1 new problem were found
💡 Qodana analysis was run in the pull request mode: only the changed files were checked Contact Qodana teamContact us at [email protected]
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall code looks good, just needs a little attention in the subtitles spacing and nullable context
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good, approb
* move a/b code to hsr gsp & create new dialog type * Use ``MainWindow``'s ``XamlRoot`` for dialogs * Clean-up unused namespaces * updated locale * code cleanup * added nullable to registry a/b detection & typo fixes --------- Co-authored-by: Kemal Setya Adhi <[email protected]>
* move a/b code to hsr gsp & create new dialog type * Use ``MainWindow``'s ``XamlRoot`` for dialogs * Clean-up unused namespaces * updated locale * code cleanup * added nullable to registry a/b detection & typo fixes --------- Co-authored-by: Kemal Setya Adhi <[email protected]>
This PR fixes an issue where the warning dialog that would show if a specific registry key was detected, would show every time the region was loaded. This is now limited to only when the user opens the Honkai: Star Rail settings page, and will appear every time it is loaded.