Don't show tooltip / hover when no update.

This commit is contained in:
Paul
2021-08-01 17:56:38 +01:00
parent 796dc467b8
commit 60d09ce747
2 changed files with 10 additions and 9 deletions

View File

@@ -75,13 +75,7 @@ export function Titlebar() {
</svg>
{window.native.getConfig().build === "dev" && <Wrench />}
</div>
<div class="actions">
<Tooltip
content="A new update is available!"
placement="bottom">
<UpdateIndicator style="titlebar" />
</Tooltip>
</div>
<UpdateIndicator style="titlebar" />
<div class="actions">
<div onClick={window.native.min}>
<Minus size={20} />