make "Adjust brush size by area" Default behavior

This commit is contained in:
w-e-w
2024-11-20 05:55:06 +09:00
parent dd237f2541
commit 96eaca6153
2 changed files with 2 additions and 2 deletions
@@ -476,7 +476,7 @@ onUiLoaded(async() => {
if (!withoutValue) {
const maxValue =
parseFloat(input.getAttribute("max")) || 100;
if (opts.canvas_hotkey_brush_scale === "Radius") {
if (opts.canvas_hotkey_brush_factor_mode === "Radius") {
const changeAmount = maxValue * (percentage / 100);
const newValue =
parseFloat(input.value) +