From 656d4334dbb936be2a501456f9212765d4cd19d3 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 7 Jul 2022 12:46:31 -0300 Subject: [PATCH] Linux build does not have the equivalent of beta channel --- app/src/ui/about/about.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/src/ui/about/about.tsx b/app/src/ui/about/about.tsx index a41bd344e2c..16f2b2f1e47 100644 --- a/app/src/ui/about/about.tsx +++ b/app/src/ui/about/about.tsx @@ -303,6 +303,10 @@ export class About extends React.Component { return } + if (__LINUX__) { + return + } + return (

Looking for the latest features?