Skip to content

Commit

Permalink
desktop: Merge version 6.2.0 (#46143)
Browse files Browse the repository at this point in the history
Co-authored-by: nsakaimbo <nsakaimbo@users.noreply.github.com>
  • Loading branch information
mokagio and nsakaimbo authored Oct 20, 2020
1 parent 43dd16d commit f6c0f15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/desktop/window-handlers/notifications/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ module.exports = function ( mainWindow ) {
notification.on( 'click', function () {
if ( ! mainWindow.isVisible() ) {
mainWindow.show();
delay( 3000 );
delay( 300 );
}
mainWindow.focus();
mainWindow.webContents.send( 'notification-clicked', noteWithMeta );
Expand Down
2 changes: 1 addition & 1 deletion desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "WordPressDesktop",
"version": "6.1.0",
"version": "6.2.0",
"repository": {
"type": "git",
"url": "https://github.com/Automattic/wp-calypso/"
Expand Down

0 comments on commit f6c0f15

Please sign in to comment.