Skip to content

Commit d6c5fc9

Browse files
committed
Enable batchedActivityApi on all platforms
1 parent f066d77 commit d6c5fc9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

special-pages/pages/new-tab/app/settings.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ export class Settings {
5151
}
5252

5353
get batchedActivityApi() {
54-
if (this.platform.name === 'windows') return { state: 'enabled' };
55-
return { state: 'disabled' };
54+
return { state: 'enabled' };
5655
}
5756
}

0 commit comments

Comments
 (0)