mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
Don't show tooltip / hover when no update.
This commit is contained in:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user