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