Remove CRASH_REPORTING key

This commit is contained in:
Manav Rathi 2024-03-12 13:57:48 +05:30
parent 9b6e47d291
commit 206ad46950
No known key found for this signature in database
2 changed files with 0 additions and 2 deletions

View file

@ -588,7 +588,6 @@
"DOWNLOADING_COLLECTION": "Downloading {{name}}",
"DOWNLOAD_FAILED": "Download failed",
"DOWNLOAD_PROGRESS": "{{progress.current}} / {{progress.total}} files",
"CRASH_REPORTING": "Crash reporting",
"CHRISTMAS": "Christmas",
"CHRISTMAS_EVE": "Christmas Eve",
"NEW_YEAR": "New Year",

View file

@ -100,7 +100,6 @@ export interface ElectronAPIsType {
deleteFolder: (path: string) => Promise<void>;
deleteFile: (path: string) => void;
rename: (oldPath: string, newPath: string) => Promise<void>;
updateOptOutOfCrashReports: (optOut: boolean) => Promise<void>;
computeImageEmbedding: (
model: Model,
imageData: Uint8Array,