From edcd5cddb6b1f5b14271ca7312c231c0a6beb802 Mon Sep 17 00:00:00 2001 From: sudacode Date: Fri, 27 Feb 2026 00:34:24 -0800 Subject: [PATCH] change default plugin options enable auto_start and auto_start_visible_overlay --- plugin/subminer.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/subminer.conf b/plugin/subminer.conf index 5fe8c23..b471877 100644 --- a/plugin/subminer.conf +++ b/plugin/subminer.conf @@ -21,10 +21,10 @@ texthooker_port=5174 backend=auto # Automatically start overlay when a file is loaded -auto_start=no +auto_start=yes # Automatically show visible overlay when overlay starts -auto_start_visible_overlay=no +auto_start_visible_overlay=yes # Show OSD messages for overlay status osd_messages=yes