Skip to content

Commit

Permalink
Reduced the default previewed devices count to reduce the load on ini…
Browse files Browse the repository at this point in the history
…tial load
  • Loading branch information
manojVivek committed Dec 23, 2021
1 parent 1120bee commit d6d2741
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions desktop-app/app/constants/chromeEmulatedDevices.js
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ export default {
type: 'emulated-device',
order: 20,
device: {
'show-by-default': true,
'show-by-default': false,
title: 'Pixel 2',
screen: {
horizontal: {
Expand Down Expand Up @@ -1510,7 +1510,7 @@ export default {
id: '42',
type: 'emulated-device',
device: {
'show-by-default': true,
'show-by-default': false,
title: 'Moto G4',
screen: {
horizontal: {
Expand Down Expand Up @@ -1558,7 +1558,7 @@ export default {
id: '43',
type: 'emulated-device',
device: {
'show-by-default': true,
'show-by-default': false,
'dual-screen': true,
title: 'Surface Duo',
screen: {
Expand Down Expand Up @@ -1636,7 +1636,7 @@ export default {
id: '44',
type: 'emulated-device',
device: {
'show-by-default': true,
'show-by-default': false,
'dual-screen': true,
title: 'Galaxy Fold',
screen: {
Expand Down

0 comments on commit d6d2741

Please sign in to comment.