custom theme multiplier support (#825)
This commit is contained in:
@@ -28,6 +28,9 @@ namespace detail {
|
||||
{
|
||||
return -0.8;
|
||||
}
|
||||
else if (themeName == "Custom") {
|
||||
return getSettings()->customThemeMultiplier.getValue();
|
||||
}
|
||||
|
||||
return -0.8;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user