Restore Anonymize All button on overview by default#1860
Conversation
|
User narek@nareks-macbook-pro.local does not have a PR Review subscription. Go to Team management and add this email to the PR Review subscription. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
Summary by CodeRabbit
WalkthroughOptionsModel::Init now initializes missing ChangesSpark page settings initialization
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes 🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 Infer (1.2.0)src/qt/optionsmodel.cppIn file included from src/qt/optionsmodel.cpp:9: ... [truncated 1095 characters] ... ang/install/lib/clang/18/include" Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6c85129bce
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| if (!settings.contains("fSparkOverviewAnonymizeDefaultFix")) { | ||
| if (!settings.value("fSparkPage").toBool()) | ||
| settings.setValue("fSparkPage", true); |
There was a problem hiding this comment.
Preserve explicit Spark-page opt-outs
When upgrading an existing profile that has fSparkPage=false, this migration always rewrites it to true before setting the one-time marker. Since fSparkPage is also the persisted value written by the options dialog when a user disables “Enable Spark manual-anonymize page”, users who intentionally hid the overview Anonymize All controls will have them re-enabled on the first startup after this change rather than only changing the default for unset profiles.
Useful? React with 👍 / 👎.
No description provided.