Thibaut Boustany
7 years ago
No known key found for this signature in database
GPG Key ID: 32475B11A2B13EEC
1 changed files with
4 additions and
2 deletions
-
src/components/UpdateNotifier/UpdateDownloaded.js
|
|
@ -62,8 +62,10 @@ class UpdateDownloaded extends PureComponent<Props> { |
|
|
|
return ( |
|
|
|
<Box horizontal flow={3}> |
|
|
|
<UpdateIcon size={16} /> |
|
|
|
<NotifText>{t('app:update.newVersionReady')}</NotifText> |
|
|
|
<Box ml="auto"> |
|
|
|
<Box grow> |
|
|
|
<NotifText>{t('app:update.newVersionReady')}</NotifText> |
|
|
|
</Box> |
|
|
|
<Box> |
|
|
|
<NotifText |
|
|
|
style={{ cursor: 'pointer', textDecoration: 'underline' }} |
|
|
|
onClick={() => sendEvent('updater', 'quitAndInstall')} |
|
|
|