Add option to hide clutter in popup

This commit is contained in:
Ajay
2023-11-07 21:05:39 -05:00
parent 14d50b9e70
commit 6d37180d00
6 changed files with 32 additions and 3 deletions

View File

@@ -77,6 +77,7 @@ interface SBConfig {
showDeArrowPromotion: boolean;
showDeArrowInSettings: boolean;
showZoomToFillError2: boolean;
cleanPopup: boolean;
// Used to cache calculated text color info
categoryPillColors: {
@@ -320,6 +321,7 @@ const syncDefaults = {
showDeArrowPromotion: false,
showDeArrowInSettings: true,
showZoomToFillError2: true,
cleanPopup: false,
categoryPillColors: {},