From 338681ae43045d7ad3f2d7e1a3e04a4eb7a87fc5 Mon Sep 17 00:00:00 2001 From: Macbook Date: Wed, 17 Jun 2026 11:23:29 +0900 Subject: [PATCH] =?UTF-8?q?=EB=9D=BC=EB=B2=A8=ED=91=9C=EC=8B=9C=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95=20on=20=EC=95=88=EB=90=98=EB=8A=94=20?= =?UTF-8?q?=EB=AC=B8=EC=A0=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/App.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index b0c897d..b6a82f0 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -466,6 +466,10 @@ function AppMainContent({ }} initialCategory={settingsInitialCategory} {...settingsPageProps} + chartCandleAreaPriceLabels={appDefaults.chartCandleAreaPriceLabels ?? true} + onChartCandleAreaPriceLabels={v => saveAppDef({ chartCandleAreaPriceLabels: v })} + chartSeriesPriceLabels={appDefaults.chartSeriesPriceLabels ?? true} + onChartSeriesPriceLabels={v => saveAppDef({ chartSeriesPriceLabels: v })} /> )}