Remove user profile switcher button from your tab bar. (Avatar menu)

For use with Chromodo 44 and most likely Dragon 44 when it is released.

If you are a single user with only one Chromodo profile, you may like to remove the user profile button from your tab bar.

To remove the user profile button, follow the steps below.

  1. Right click your browser shortcut and select properties.
  2. Open the shortcut tab of the properties.
  3. Allow a space and add the below code to the target field.
  4. The browser needs to be closed and re-opened using the modified shortcut.
--disable-new-avatar-menu

64-bit systems:

"C:\Program Files (x86)\Comodo\Chromodo\chromodo.exe" --disable-new-avatar-menu

32-bit systems:

"C:\Program Files\COMODO\Chromodo\chromodo.exe" --disable-new-avatar-menu 

Kind regards.

Edit: This command line switch no longer works from version 47.
Thanks to member ‘abaum912’ for pointing this out.