[Refactor] Improve clarity of slider logic by inverting label filtering.

This commit is contained in:
Sakamoto Shiina
2025-11-06 13:04:35 +09:00
parent c76b2981c6
commit e23bf223ae
2 changed files with 5 additions and 8 deletions

View File

@@ -70,7 +70,7 @@ const UiScalingContainer = () => {
min: 40,
max: 200,
step: 10,
hidden_label_values: [50, 70, 90, 110, 130, 150, 170, 190],
show_label_values: [40, 60, 80, 100, 120, 140, 160, 180, 200],
});
return (
@@ -104,7 +104,7 @@ export const MessageLogUiScalingContainer = () => {
min: 40,
max: 200,
step: 10,
hidden_label_values: [50, 70, 90, 110, 130, 150, 170, 190],
show_label_values: [40, 60, 80, 100, 120, 140, 160, 180, 200],
});
return (