mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-22 16:48:23 +01:00
Add ref to filter out downloads due to upgrade notification (#233)
This commit is contained in:
parent
422338c04b
commit
6fa799daf5
@ -255,7 +255,7 @@ class MainSideBar extends React.Component<{}, {}> {
|
||||
<If condition={needsUpdate}>
|
||||
<div
|
||||
className="item hoverEffect unselectable updateBanner"
|
||||
onClick={() => openLink("https://www.waveterm.dev/download")}
|
||||
onClick={() => openLink("https://www.waveterm.dev/download?ref=upgrade")}
|
||||
>
|
||||
<i className="fa-sharp fa-regular fa-circle-up icon" />
|
||||
Update Available
|
||||
|
Loading…
Reference in New Issue
Block a user