Skip to content
This repository was archived by the owner on Sep 22, 2021. It is now read-only.

Commit 1facf61

Browse files
committed
Added hangouts to the account wizard
1 parent ae3720a commit 1facf61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/scenes/mailboxes/src/ui/MailboxWizard/ConfigureMailboxServicesDialog.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ module.exports = React.createClass({
107107
case Mailbox.SERVICES.CONTACTS: return 'Google Contacts'
108108
case Mailbox.SERVICES.NOTES: return 'Google Keep'
109109
case Mailbox.SERVICES.CALENDAR: return 'Google Calendar'
110+
case Mailbox.SERVICES.COMMUNICATION: return 'Google Hangouts'
110111
}
111112
}
112113

@@ -125,6 +126,7 @@ module.exports = React.createClass({
125126
case Mailbox.SERVICES.CONTACTS: return '../../images/google_services/logo_contacts_128px.png'
126127
case Mailbox.SERVICES.NOTES: return '../../images/google_services/logo_keep_128px.png'
127128
case Mailbox.SERVICES.CALENDAR: return '../../images/google_services/logo_calendar_128px.png'
129+
case Mailbox.SERVICES.COMMUNICATION: return '../../images/google_services/logo_hangouts_128px.png'
128130
}
129131
}
130132

0 commit comments

Comments
 (0)