We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f066d77 commit d6c5fc9Copy full SHA for d6c5fc9
special-pages/pages/new-tab/app/settings.js
@@ -51,7 +51,6 @@ export class Settings {
51
}
52
53
get batchedActivityApi() {
54
- if (this.platform.name === 'windows') return { state: 'enabled' };
55
- return { state: 'disabled' };
+ return { state: 'enabled' };
56
57
0 commit comments