mirror of
https://github.com/timvisee/send.git
synced 2026-03-05 13:39:54 -05:00
Remove Firefox branding from app name in front-end
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user