[MM-44023] Remove Settings window flash, change wording on Settings page (#2088)

This commit is contained in:
Devin Binnie
2022-05-09 10:45:01 -04:00
committed by GitHub
parent ebf5897f99
commit 1414bbaedf
3 changed files with 2 additions and 7 deletions

View File

@@ -629,9 +629,9 @@ export default class SettingsPage extends React.PureComponent<Record<string, nev
checked={!this.state.notifications || this.state.notifications.flashWindow === 2}
onChange={this.handleFlashWindow}
/>
{'Flash app window and taskbar icon when a new message is received'}
{'Flash taskbar icon when a new message is received'}
<FormText>
{'If enabled, app window and taskbar icon flash for a few seconds when a new message is received.'}
{'If enabled, the taskbar icon will flash for a few seconds when a new message is received.'}
{window.process.platform === 'linux' && (
<>
<br/>