Renamed remove fog to erase fog and changed shortcut
This commit is contained in:
parent
c24133813f
commit
f5b875e101
@ -37,7 +37,7 @@ function BrushToolSettings({
|
|||||||
onSettingChange({ type: "brush" });
|
onSettingChange({ type: "brush" });
|
||||||
} else if (key === "t") {
|
} else if (key === "t") {
|
||||||
onSettingChange({ type: "toggle" });
|
onSettingChange({ type: "toggle" });
|
||||||
} else if (key === "r") {
|
} else if (key === "e") {
|
||||||
onSettingChange({ type: "remove" });
|
onSettingChange({ type: "remove" });
|
||||||
} else if (key === "s") {
|
} else if (key === "s") {
|
||||||
onSettingChange({ useEdgeSnapping: !settings.useEdgeSnapping });
|
onSettingChange({ useEdgeSnapping: !settings.useEdgeSnapping });
|
||||||
@ -102,7 +102,7 @@ function BrushToolSettings({
|
|||||||
<FogToggleIcon />
|
<FogToggleIcon />
|
||||||
</RadioIconButton>
|
</RadioIconButton>
|
||||||
<RadioIconButton
|
<RadioIconButton
|
||||||
title="Remove Fog (R)"
|
title="Erase Fog (E)"
|
||||||
onClick={() => onSettingChange({ type: "remove" })}
|
onClick={() => onSettingChange({ type: "remove" })}
|
||||||
isSelected={settings.type === "remove"}
|
isSelected={settings.type === "remove"}
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user