diff --git a/src/renderer/views/settings/index.tsx b/src/renderer/views/settings/index.tsx index 945eaa7..d94bdf7 100644 --- a/src/renderer/views/settings/index.tsx +++ b/src/renderer/views/settings/index.tsx @@ -56,39 +56,37 @@ const Settings = observer(({store}: Props) => { )} /> - {process.env.RELEASE_CHANNEL !== 'stable' && ( - - Enabling this connects your Prolink Tools instance to the prolink.tools - web service and will publish real-time event data. Some tools may only be - used when this is enabled. - -

- This feature is still under heavy development and may{' '} - not be stable! -

-

- Important: Enabling this functionality publishes - events from your device to an internet service. This service does{' '} - not collect or persist any identifying data other than an - opaque string identifying your prolink tools instance. -

-
- - } - > - ) => - set(config, {enableCloudApi: e.target.checked}) - )} - /> -
- )} + + Enabling this connects your Prolink Tools instance to the prolink.tools web + service and will publish real-time event data. Some tools may only be used + when this is enabled. + +

+ This feature is still under heavy development and may{' '} + not be stable! +

+

+ Important: Enabling this functionality publishes events + from your device to an internet service. This service does not{' '} + collect or persist any identifying data other than an opaque string + identifying your prolink tools instance. +

+
+ + } + > + ) => + set(config, {enableCloudApi: e.target.checked}) + )} + /> +
Now Playing Triggering