📝 Add changelog entry for taskbar flashing on linux
This commit is contained in:
@@ -4,6 +4,11 @@
|
||||
|
||||
### Improvements
|
||||
|
||||
#### Linux
|
||||
- Added an option to make the taskbar icon flash on new messages
|
||||
|
||||
### Improvements
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
|
||||
|
@@ -261,7 +261,7 @@ app.on('ready', function() {
|
||||
mainWindow.focus();
|
||||
});
|
||||
ipcMain.on('notified', function(event, arg) {
|
||||
if (process.platform === 'win32' || process.platform == 'linux') {
|
||||
if (process.platform === 'win32' || process.platform === 'linux') {
|
||||
if (config.notifications.flashWindow === 2) {
|
||||
mainWindow.flashFrame(true);
|
||||
}
|
||||
|
Reference in New Issue
Block a user