📝 Add changelog entry for taskbar flashing on linux
This commit is contained in:
@@ -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