👍️[Update] Model : overlay large logのsampleのエンドポイントを修正

This commit is contained in:
misyaguziya
2024-12-21 01:17:22 +09:00
parent c506a1f08f
commit b7e37980e0
4 changed files with 4 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ export const useSendTextToOverlay = () => {
const { asyncStdoutToPython } = useStdoutToPython();
const sendTextToOverlay = (text) => {
asyncStdoutToPython("/run/send_text_overlay_small_log", text);
asyncStdoutToPython("/run/send_text_overlay", text);
};
return {

View File

@@ -427,7 +427,7 @@ export const useReceiveRoutes = () => {
"/set/enable/overlay_show_only_translated_messages": updateOverlayShowOnlyTranslatedMessages,
"/set/disable/overlay_show_only_translated_messages": updateOverlayShowOnlyTranslatedMessages,
"/run/send_text_overlay_small_log": () => {},
"/run/send_text_overlay": () => {},
// Others Tab
"/get/data/auto_clear_message_box": updateEnableAutoClearMessageInputBox,