summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/tweaker/bin/twk_dragon.pl
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/tweaker/bin/twk_dragon.pl')
-rwxr-xr-xabs/core-testing/tweaker/bin/twk_dragon.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/abs/core-testing/tweaker/bin/twk_dragon.pl b/abs/core-testing/tweaker/bin/twk_dragon.pl
index be94988..1234f90 100755
--- a/abs/core-testing/tweaker/bin/twk_dragon.pl
+++ b/abs/core-testing/tweaker/bin/twk_dragon.pl
@@ -34,6 +34,9 @@ sub implement_option {
# Overrides SQL changes made in twk_tuners.pl
# WARNING: Very big harccoded hack that chooses ATSC tuning over QAM.
do_query("UPDATE cardinput SET sourceid='10' WHERE sourceid='20'") || return -1;
+
+ # Use the most beautiful theme
+ change_or_make_setting('Theme', 'blootubelite-wide') || exit -1;
} else {
my $logger = get_logger('tweaker.script');
$logger->error("ERROR: Unable to connect to mythconverg database");