Add option to hide segment creation buttons in the popup

This commit is contained in:
Ajay
2025-07-16 13:18:50 -04:00
parent 6afcc6fb3a
commit e32db21f4e
4 changed files with 19 additions and 3 deletions

View File

@@ -77,6 +77,7 @@ interface SBConfig {
shownDeArrowPromotion: boolean;
showZoomToFillError2: boolean;
cleanPopup: boolean;
hideSegmentCreationInPopup: boolean;
// Used to cache calculated text color info
categoryPillColors: {
@@ -349,6 +350,7 @@ const syncDefaults = {
shownDeArrowPromotion: false,
showZoomToFillError2: true,
cleanPopup: false,
hideSegmentCreationInPopup: false,
categoryPillColors: {},