From 608ffa0764005e54c52a500b274d7321d966fe0c Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Tue, 3 Jun 2025 20:27:56 -0400 Subject: [PATCH] InstantScreenshare: Fix Settings Warning --- src/equicordplugins/instantScreenshare/utils.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/equicordplugins/instantScreenshare/utils.tsx b/src/equicordplugins/instantScreenshare/utils.tsx index cfb69580..7f85ab4a 100644 --- a/src/equicordplugins/instantScreenshare/utils.tsx +++ b/src/equicordplugins/instantScreenshare/utils.tsx @@ -20,7 +20,6 @@ const getDesktopSources = findByCodeLazy("desktop sources"); export const settings = definePluginSettings({ streamMedia: { - description: "Media source to stream resets to main screen if not found", type: OptionType.COMPONENT, component: SettingSection, }, @@ -52,7 +51,7 @@ function StreamSimplePicker({ streamMediaSelection, streamMedia }: PickerProps) return ( o.value === streamMedia)} @@ -95,7 +94,8 @@ function ScreenSetting() { function SettingSection() { return ( - Stream Media + Media source to stream + Resets to main screen if not found );