Add warning if zoom to fill is installed

This commit is contained in:
Ajay
2023-07-14 20:37:08 -04:00
parent cee00a87c1
commit 8bcaf906fb
4 changed files with 22 additions and 2 deletions

View File

@@ -75,6 +75,7 @@ interface SBConfig {
allowScrollingToEdit: boolean;
deArrowInstalled: boolean;
showDeArrowPromotion: boolean;
showZoomToFillError: boolean;
// Used to cache calculated text color info
categoryPillColors: {
@@ -311,6 +312,7 @@ const syncDefaults = {
allowScrollingToEdit: true,
deArrowInstalled: false,
showDeArrowPromotion: true,
showZoomToFillError: true,
categoryPillColors: {},