Open pavloburykh opened 11 months ago
@pavloburykh, am I correct to interpret that this issue only affects non-release builds? Usually we avoid writing custom code to force features to behave differently for different environments because it adds unnecessary complexity. Resolving this problem will require making the migration code adaptable per environment, which is something we don't want.
If this issue is not affecting QA significantly, do you think we can close it?
Steps:
Actual result: block screenshots toggle is enabled.
Expected result: block screenshots toggle is disabled by default on PR and nightly builds. Sync should not affect this toggle. Block screenshots toggle can be enabled by user manually. Also it is enabled by default in release builds - this behaviour should remain the same after fix.
Additional Information