mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-07-13 13:26:43 +02:00
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:
@ -265,7 +265,7 @@
|
|||||||
"matchGroupToUse": "Match group to use for version string extraction RegEx",
|
"matchGroupToUse": "Match group to use for version string extraction RegEx",
|
||||||
"highlightTouchTargets": "Highlight less obvious touch targets",
|
"highlightTouchTargets": "Highlight less obvious touch targets",
|
||||||
"pickExportDir": "Pick export directory",
|
"pickExportDir": "Pick export directory",
|
||||||
"autoExportOnChanges": "Auto-export on changes",
|
"autoExportOnChanges": "Automatically export on changes",
|
||||||
"includeSettings": "Include settings",
|
"includeSettings": "Include settings",
|
||||||
"filterVersionsByRegEx": "Filter versions by regular expression",
|
"filterVersionsByRegEx": "Filter versions by regular expression",
|
||||||
"trySelectingSuggestedVersionCode": "Try selecting suggested versionCode APK",
|
"trySelectingSuggestedVersionCode": "Try selecting suggested versionCode APK",
|
||||||
@ -385,4 +385,4 @@
|
|||||||
"one": "{} APK",
|
"one": "{} APK",
|
||||||
"other": "{} APKs"
|
"other": "{} APKs"
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user