diff --git a/src/UI/System/Update/UpdateItemViewTemplate.html b/src/UI/System/Update/UpdateItemViewTemplate.html index 7c2953838..796f1070e 100644 --- a/src/UI/System/Update/UpdateItemViewTemplate.html +++ b/src/UI/System/Update/UpdateItemViewTemplate.html @@ -6,7 +6,15 @@ {{#if installed}}{{/if}} {{#if_windows}} - {{#if isUpgrade}}Install{{/if}} + {{#if isUpgrade}} + Install + {{/if}} + {{else}} + {{#if isUpgrade}} + + Install + + {{/if}} {{/if_windows}} diff --git a/src/UI/System/Update/update.less b/src/UI/System/Update/update.less index 26751cd49..48c138f40 100644 --- a/src/UI/System/Update/update.less +++ b/src/UI/System/Update/update.less @@ -29,4 +29,13 @@ .clickable(); margin-left: 10px; } + + a { + color: white; + text-decoration: none; + } + + a:hover { + text-decoration: none; + } } \ No newline at end of file