Remove Firefox branding from app name in front-end

This commit is contained in:
timvisee
2020-10-15 18:48:54 +02:00
parent 505eb8c585
commit 45d5f41731
8 changed files with 10 additions and 10 deletions

View File

@@ -36,7 +36,7 @@ export default function(state, emitter) {
document.addEventListener('blur', () => (updateTitle = true));
document.addEventListener('focus', () => {
updateTitle = false;
emitter.emit('DOMTitleChange', 'Firefox Send');
emitter.emit('DOMTitleChange', 'Send');
});
checkFiles();
});