mirror of
https://github.com/ente-io/ente.git
synced 2025-08-09 07:48:52 +00:00
Remove CRASH_REPORTING key
This commit is contained in:
parent
9b6e47d291
commit
206ad46950
@ -588,7 +588,6 @@
|
|||||||
"DOWNLOADING_COLLECTION": "Downloading {{name}}",
|
"DOWNLOADING_COLLECTION": "Downloading {{name}}",
|
||||||
"DOWNLOAD_FAILED": "Download failed",
|
"DOWNLOAD_FAILED": "Download failed",
|
||||||
"DOWNLOAD_PROGRESS": "{{progress.current}} / {{progress.total}} files",
|
"DOWNLOAD_PROGRESS": "{{progress.current}} / {{progress.total}} files",
|
||||||
"CRASH_REPORTING": "Crash reporting",
|
|
||||||
"CHRISTMAS": "Christmas",
|
"CHRISTMAS": "Christmas",
|
||||||
"CHRISTMAS_EVE": "Christmas Eve",
|
"CHRISTMAS_EVE": "Christmas Eve",
|
||||||
"NEW_YEAR": "New Year",
|
"NEW_YEAR": "New Year",
|
||||||
|
@ -100,7 +100,6 @@ export interface ElectronAPIsType {
|
|||||||
deleteFolder: (path: string) => Promise<void>;
|
deleteFolder: (path: string) => Promise<void>;
|
||||||
deleteFile: (path: string) => void;
|
deleteFile: (path: string) => void;
|
||||||
rename: (oldPath: string, newPath: string) => Promise<void>;
|
rename: (oldPath: string, newPath: string) => Promise<void>;
|
||||||
updateOptOutOfCrashReports: (optOut: boolean) => Promise<void>;
|
|
||||||
computeImageEmbedding: (
|
computeImageEmbedding: (
|
||||||
model: Model,
|
model: Model,
|
||||||
imageData: Uint8Array,
|
imageData: Uint8Array,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user