mirror of
https://github.com/Eugeny/tabby.git
synced 2025-08-20 08:11:52 +00:00
Clarify that this button is used to install the available update
This commit is contained in:
@@ -77,7 +77,7 @@ title-bar(
|
|||||||
|
|
||||||
button.btn.btn-secondary.btn-tab-bar.btn-update(
|
button.btn.btn-secondary.btn-tab-bar.btn-update(
|
||||||
*ngIf='updatesAvailable',
|
*ngIf='updatesAvailable',
|
||||||
title='Update available',
|
title='Update available - Click to install',
|
||||||
(click)='updateApp()',
|
(click)='updateApp()',
|
||||||
[innerHTML]='sanitizeIcon(updateIcon)'
|
[innerHTML]='sanitizeIcon(updateIcon)'
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user