mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
final formatting
Signed-off-by: Gabriel <gaccettola@mirantis.com>
This commit is contained in:
parent
8560333d75
commit
e6c28e042a
@ -35,11 +35,10 @@ const checkForUpdatesMenuItemInjectable = getInjectable({
|
||||
if (updateIsReadyToBeInstalled) {
|
||||
await showApplicationWindow();
|
||||
} else {
|
||||
// `You're all good\n\nYou've got the latest version of Lens\nthanks for staying on the ball.`,
|
||||
showMessagePopup(
|
||||
`title`,
|
||||
'productName',
|
||||
'message',
|
||||
`No Updates Available`,
|
||||
'You\'re all good',
|
||||
`You've got the latest version of Lens,\nthanks for staying on the ball.`,
|
||||
{
|
||||
textWidth: 300
|
||||
},
|
||||
|
||||
@ -66,11 +66,10 @@ const checkForUpdatesTrayItemInjectable = getInjectable({
|
||||
if (updateIsReadyToBeInstalled) {
|
||||
await showApplicationWindow();
|
||||
} else {
|
||||
// `You're all good\n\nYou've got the latest version of Lens\nthanks for staying on the ball.`,
|
||||
showMessagePopup(
|
||||
`title`,
|
||||
'productName',
|
||||
'message',
|
||||
`No Updates Available`,
|
||||
'You\'re all good',
|
||||
`You've got the latest version of Lens,\nthanks for staying on the ball.`,
|
||||
{
|
||||
textWidth: 300
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user