Loading
zoom-us: 6.4.6.* -> 6.4.10.*
The new zoom version has problems showing the settings dialog. Tested with linux platform: The following values for `LANG` create a settings dialog where most items are not visible: * de_AT.UTF-8 * de_DE.UTF-8 * es_CU.UTF-8 * fr_FR.UTF-8 * sr_RS.UTF-8 * tt_RU.UTF-8 whereas these values don't cause any breakage: * C.UTF-8 * en_CA.UTF-8 * en_GB.UTF-8 * en_US.UTF-8 As zoom has its own language setting, this update simply clears the LANG variable to avoid any problems in the settings dialog.