Replace various instances of Riot with Element

This commit is contained in:
J. Ryan Stinnett 2020-11-25 17:01:19 +00:00
parent d05c022d4f
commit f1e89bf833
10 changed files with 11 additions and 11 deletions

View file

@ -239,7 +239,7 @@ export default class ElectronPlatform extends VectorBasePlatform {
// try to flush the rageshake logs to indexeddb before quit.
ipcRenderer.on('before-quit', function() {
console.log('riot-desktop closing');
console.log('element-desktop closing');
rageshake.flush();
});