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) {
|
if (updateIsReadyToBeInstalled) {
|
||||||
await showApplicationWindow();
|
await showApplicationWindow();
|
||||||
} else {
|
} else {
|
||||||
// `You're all good\n\nYou've got the latest version of Lens\nthanks for staying on the ball.`,
|
|
||||||
showMessagePopup(
|
showMessagePopup(
|
||||||
`title`,
|
`No Updates Available`,
|
||||||
'productName',
|
'You\'re all good',
|
||||||
'message',
|
`You've got the latest version of Lens,\nthanks for staying on the ball.`,
|
||||||
{
|
{
|
||||||
textWidth: 300
|
textWidth: 300
|
||||||
},
|
},
|
||||||
|
|||||||
@ -66,11 +66,10 @@ const checkForUpdatesTrayItemInjectable = getInjectable({
|
|||||||
if (updateIsReadyToBeInstalled) {
|
if (updateIsReadyToBeInstalled) {
|
||||||
await showApplicationWindow();
|
await showApplicationWindow();
|
||||||
} else {
|
} else {
|
||||||
// `You're all good\n\nYou've got the latest version of Lens\nthanks for staying on the ball.`,
|
|
||||||
showMessagePopup(
|
showMessagePopup(
|
||||||
`title`,
|
`No Updates Available`,
|
||||||
'productName',
|
'You\'re all good',
|
||||||
'message',
|
`You've got the latest version of Lens,\nthanks for staying on the ball.`,
|
||||||
{
|
{
|
||||||
textWidth: 300
|
textWidth: 300
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user