Add option to disable underscore indicator

This commit is contained in:
HummyPkg 2019-01-19 12:32:00 +00:00
parent db4655e29b
commit 03e1c7340e
2 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,7 @@ set nomobile [$settings nomobile]
set nohelplinks [$settings nohelplinks]
set notwitfeed [$settings notwitfeed]
set nounwatchedcount [$settings nounwatchedcount]
set nounderscore [$settings nounderscore]
set hidevisualota [$settings hidevisualota]
set chanchangenc [$settings chanchangenc]
set audiomp3 [$settings audiomp3]
@ -15,6 +16,7 @@ handle_int_update nomobile $nomobile "Disable mobile link"
handle_int_update nohelplinks $nohelplinks "Disable help links"
handle_int_update notwitfeed $notwitfeed "Disable twitter feed ticker"
handle_int_update nounwatchedcount $nounwatchedcount "Disable unwatched count"
handle_int_update nounderscore $nounderscore "Disable underscore count"
handle_int_update hidevisualota $hidevisualota "Hide OTA from visual view"
handle_int_update chanchangenc $chanchangenc \
"Disable channel change confirmation"

View File

@ -32,6 +32,7 @@ setting_toggle "Mobile link on main page?" "nomobile" $(!$nomobile) 1
setting_toggle "Help links on main page?" "nohelplinks" $(!$nohelplinks) 1
setting_toggle "Twitter feed ticker on main page?" "notwitfeed" $(!$notwitfeed) 1
setting_toggle "Unwatched count on folders?" "nounwatchedcount" $(!$nounwatchedcount) 1
setting_toggle "Underscore item indicator on folders?" "nounderscore" $(!$nounderscore) 1
setting_toggle "Hide OTA from Visual View?" "hidevisualota" $hidevisualota
if {[system pkginst ir]} {
setting_toggle "Disable channel change confirmation?" \