diff --git a/web/src/routes/Config.jsx b/web/src/routes/Config.jsx
index 80c9145c2..d22255d3c 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.writeText && (
+ {window.navigator.clipboard && (
diff --git a/web/src/routes/System.jsx b/web/src/routes/System.jsx
index a6256f4f9..bc52a38a8 100644
--- a/web/src/routes/System.jsx
+++ b/web/src/routes/System.jsx
@@ -90,11 +90,11 @@ export default function System() {
{state.ffprobe != '' ?
{state.ffprobe}
:
}
- (window.navigator.clipboard.writeText && (
-
- ))
+ {window.navigator.clipboard && (
+
+ )}
- {window.navigator.clipboard.writeText && (
+ {window.navigator.clipboard && (