mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
- themes: disable rounded corners per default
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -511,7 +511,7 @@ void CThemes::getTheme(CConfigFile &configfile)
|
|||||||
t.progressbar_passive_blue = configfile.getInt32( "progressbar_passive_blue", 60 );
|
t.progressbar_passive_blue = configfile.getInt32( "progressbar_passive_blue", 60 );
|
||||||
|
|
||||||
// corners
|
// corners
|
||||||
t.rounded_corners = configfile.getInt32( "rounded_corners", 1);
|
t.rounded_corners = configfile.getInt32( "rounded_corners", 0);
|
||||||
|
|
||||||
if (g_settings.theme_name.empty())
|
if (g_settings.theme_name.empty())
|
||||||
applyDefaultTheme();
|
applyDefaultTheme();
|
||||||
|
Reference in New Issue
Block a user