실시간 차트 알림표시 위치 아이콘 버튼
This commit is contained in:
@@ -164,7 +164,6 @@ export interface UseChartWorkspaceParams {
|
||||
saveAllIndicatorDefaults: ReturnType<typeof import('../hooks/useIndicatorSettings').useIndicatorSettings>['saveAllIndicatorDefaults'];
|
||||
indicatorSettingsRevision: number;
|
||||
onOpenNotificationsPage: () => void;
|
||||
onOpenAppDownload: () => void;
|
||||
}
|
||||
|
||||
export interface SettingsPageChartBindings {
|
||||
@@ -223,7 +222,6 @@ export function useChartWorkspace({
|
||||
saveAllIndicatorDefaults: _saveAllIndicatorDefaults,
|
||||
indicatorSettingsRevision,
|
||||
onOpenNotificationsPage,
|
||||
onOpenAppDownload,
|
||||
}: UseChartWorkspaceParams) {
|
||||
void _saveAllIndicatorDefaults;
|
||||
const initial = loadState();
|
||||
@@ -1969,7 +1967,6 @@ export function useChartWorkspace({
|
||||
|
||||
const viewProps: ChartWorkspaceViewProps = {
|
||||
onOpenNotificationsPage,
|
||||
onOpenAppDownload,
|
||||
symbol, timeframe, chartType, theme, mode, logScale, showGrid,
|
||||
toolbarActiveIndicators, layoutDef, syncOptions, activeSlot,
|
||||
activeSlotSymbol, activeSlotTf, slot0InitProps, slotInitProps,
|
||||
|
||||
Reference in New Issue
Block a user