Skip to content

Commit

Permalink
feat: more flags enabled for new users
Browse files Browse the repository at this point in the history
  • Loading branch information
KraXen72 committed Jul 13, 2022
1 parent 0494ccb commit 133b70f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ const settingsSkeleton = {
'angle-backend': 'default',
logDebugToConsole: false,
alwaysWaitForDevTools: false,
safeFlags_removeUselessFeatures: false,
safeFlags_helpfulFlags: false,
safeFlags_removeUselessFeatures: true,
safeFlags_helpfulFlags: true,
safeFlags_gpuRasterizing: false,
experimentalFlags_increaseLimits: false,
experimentalFlags_lowLatency: false,
Expand Down

0 comments on commit 133b70f

Please sign in to comment.