Remove CRASH_REPORTING key
This commit is contained in:
parent
9b6e47d291
commit
206ad46950
2 changed files with 0 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue