From f0d5cc8e7518cbc76cc1ad3e18e96b6608e8b029 Mon Sep 17 00:00:00 2001 From: NRK Date: Mon, 12 Apr 2021 01:48:50 +0600 Subject: [PATCH] add auto title fetch config variable --- sxbm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sxbm b/sxbm index f330641..0966b7d 100755 --- a/sxbm +++ b/sxbm @@ -21,3 +21,6 @@ COL_TITLE="\033[1;33m" # Yellow # 1 to enable encryption, 0 to disable it ENCRYPTION="0" + +# Auto fetch title. 1 to enable, 0 to disable +TITLE_FETCH="1"