From b293258220c5ab32e7a9dbda146195b0fb419b5a Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Mon, 9 Jan 2023 20:20:37 -0700 Subject: [PATCH] Fix --- web/src/routes/Config.jsx | 2 +- web/src/routes/System.jsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/routes/Config.jsx b/web/src/routes/Config.jsx index d22255d3c..80c9145c2 100644 --- a/web/src/routes/Config.jsx +++ b/web/src/routes/Config.jsx @@ -93,7 +93,7 @@ export default function Config() {
Config
- {window.navigator.clipboard && ( + {window.navigator.clipboard.writeText && ( diff --git a/web/src/routes/System.jsx b/web/src/routes/System.jsx index 78a8c159b..a6256f4f9 100644 --- a/web/src/routes/System.jsx +++ b/web/src/routes/System.jsx @@ -90,7 +90,7 @@ export default function System() { {state.ffprobe != '' ?

{state.ffprobe}

: }
- (window.navigator.clipboard && ( + (window.navigator.clipboard.writeText && ( @@ -117,7 +117,7 @@ export default function System() { )}
- {window.navigator.clipboard && ( + {window.navigator.clipboard.writeText && (