limit price display fix
This commit is contained in:
@@ -138,7 +138,7 @@ export function initWidget(el) {
|
||||
enabled_features: ['saveload_separate_drawings_storage'],
|
||||
drawings_access: {type: 'white', tools: [],}, // show no tools
|
||||
custom_themes: tvCustomThemes,
|
||||
theme: 'dark',
|
||||
theme: useStore().theme,
|
||||
});
|
||||
|
||||
// debug dump all events
|
||||
|
||||
Reference in New Issue
Block a user