Rename riot-keys.txt to element-keys.txt.

This commit is contained in:
Doug
2022-07-11 17:22:32 +01:00
committed by Doug
parent e8f1e373a7
commit ea68d8c181
3 changed files with 3 additions and 2 deletions

View File

@@ -1445,7 +1445,7 @@ TableViewSectionsDelegate>
currentAlert = exportView.alertController;
// Use a temporary file for the export
keyExportsFile = [NSURL fileURLWithPath:[NSTemporaryDirectory() stringByAppendingPathComponent:@"riot-keys.txt"]];
keyExportsFile = [NSURL fileURLWithPath:[NSTemporaryDirectory() stringByAppendingPathComponent:@"element-keys.txt"]];
// Make sure the file is empty
[self deleteKeyExportFile];