탭 지표 자동추가
This commit is contained in:
@@ -34,6 +34,7 @@ export function loadCustomTabs(): IndicatorCustomTab[] {
|
||||
|
||||
export function saveCustomTabs(tabs: IndicatorCustomTab[]): void {
|
||||
localStorage.setItem(STORAGE_KEY, JSON.stringify(tabs));
|
||||
window.dispatchEvent(new CustomEvent('gc-indicator-custom-tabs-changed'));
|
||||
}
|
||||
|
||||
export function createCustomTab(name: string, indicatorTypes: string[]): IndicatorCustomTab {
|
||||
|
||||
Reference in New Issue
Block a user