Skip to content

Commit

Permalink
Linux build does not have the equivalent of beta channel
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Jul 3, 2023
1 parent 69ceac3 commit cb52ee9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/ui/about/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,10 @@ export class About extends React.Component<IAboutProps, IAboutState> {
return
}

if (__LINUX__) {
return
}

return (
<div>
<p className="no-padding">Looking for the latest features?</p>
Expand Down

0 comments on commit cb52ee9

Please sign in to comment.