desktop 앱 적용
This commit is contained in:
@@ -17,6 +17,7 @@ import type { IndicatorConfig } from '../types';
|
||||
import type { PlotDef, HLineDef } from '../utils/indicatorRegistry';
|
||||
import type { IchimokuCloudColors } from '../utils/ichimokuConfig';
|
||||
import ChartTimeFormatPicker from './ChartTimeFormatPicker';
|
||||
import DesktopUpdatePanel from './DesktopUpdatePanel';
|
||||
import {
|
||||
TRADE_ALERT_SOUND_OPTIONS,
|
||||
normalizeTradeAlertSoundId,
|
||||
@@ -911,6 +912,8 @@ const GeneralPanel: React.FC<{
|
||||
</label>
|
||||
</SettingRow>
|
||||
</SettingSection>
|
||||
|
||||
<DesktopUpdatePanel />
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user