diff --git a/src/renderer/components/SettingsPage.tsx b/src/renderer/components/SettingsPage.tsx index 6f44fbb5..58d40bbb 100644 --- a/src/renderer/components/SettingsPage.tsx +++ b/src/renderer/components/SettingsPage.tsx @@ -558,6 +558,12 @@ export default class SettingsPage extends React.PureComponent {'If enabled, app window and taskbar icon flash for a few seconds when a new message is received.'} + {window.process.platform === 'linux' && ( + <> +
+ {'NOTE: '}{'This functionality may not work with all Linux window managers.'} + + )} ); }