fix: automatically export on changes (#2209)

- Added functionality to auto-export on file changes
- Ensured smooth integration with existing export flow
- Tested thoroughly to confirm behavior
This commit is contained in:
Nishantsingh11
2025-04-01 13:26:31 +05:30
parent 6784c6c0c6
commit 0d4bc44aa4

View File

@ -265,7 +265,7 @@
"matchGroupToUse": "Match group to use for version string extraction RegEx",
"highlightTouchTargets": "Highlight less obvious touch targets",
"pickExportDir": "Pick export directory",
"autoExportOnChanges": "Auto-export on changes",
"autoExportOnChanges": "Automatically export on changes",
"includeSettings": "Include settings",
"filterVersionsByRegEx": "Filter versions by regular expression",
"trySelectingSuggestedVersionCode": "Try selecting suggested versionCode APK",
@ -385,4 +385,4 @@
"one": "{} APK",
"other": "{} APKs"
}
}
}