missing UI renames

Summary: Rename app title and update notification to "Flipper"

Reviewed By: passy

Differential Revision: D9270088

fbshipit-source-id: 4e49e8d553fdd6b98da599be3ce18b4daf412cb6
This commit is contained in:
Daniel Büchele
2018-08-10 09:42:20 -07:00
committed by Facebook Github Bot
parent faf8afe9cd
commit 8b8ffaa7a0
2 changed files with 2 additions and 2 deletions

View File

@@ -146,7 +146,7 @@ function tryCreateWindow() {
if (appReady && pluginsCompiled) {
win = new BrowserWindow({
show: false,
title: 'Sonar',
title: 'Flipper',
width: config.lastWindowPosition.width || 1400,
height: config.lastWindowPosition.height || 1000,
minWidth: 800,