diff options
Diffstat (limited to 'linhes/mythtv/defaultThemeLinHES.patch')
-rw-r--r-- | linhes/mythtv/defaultThemeLinHES.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/linhes/mythtv/defaultThemeLinHES.patch b/linhes/mythtv/defaultThemeLinHES.patch new file mode 100644 index 0000000..15a91a7 --- /dev/null +++ b/linhes/mythtv/defaultThemeLinHES.patch @@ -0,0 +1,13 @@ +diff --git a/mythtv/libs/libmythui/mythuithemehelper.h b/mythtv/libs/libmythui/mythuithemehelper.h +index f222fbf1f3..03435e0826 100644 +--- a/mythtv/libs/libmythui/mythuithemehelper.h ++++ b/mythtv/libs/libmythui/mythuithemehelper.h +@@ -4,7 +4,7 @@ + // MythTV + #include "themeinfo.h" + +-static constexpr const char* DEFAULT_UI_THEME { "MythCenter" }; ++static constexpr const char* DEFAULT_UI_THEME { "LinHES" }; + static constexpr const char* FALLBACK_UI_THEME { "Terra" }; + + class MUI_PUBLIC MythUIThemeHelper |