custom theme multiplier support (#825)

This commit is contained in:
hemirt
2018-10-25 21:52:12 +02:00
committed by fourtf
parent c176d836af
commit c13a88e3b6
3 changed files with 36 additions and 3 deletions
+3
View File
@@ -28,6 +28,9 @@ namespace detail {
{
return -0.8;
}
else if (themeName == "Custom") {
return getSettings()->customThemeMultiplier.getValue();
}
return -0.8;
}