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:
committed by
Facebook Github Bot
parent
faf8afe9cd
commit
8b8ffaa7a0
@@ -51,7 +51,7 @@ export default class AutoUpdateVersion extends Component<{}, State> {
|
|||||||
this.setState({updater: 'update-downloaded'});
|
this.setState({updater: 'update-downloaded'});
|
||||||
|
|
||||||
const notification = new window.Notification('Update available', {
|
const notification = new window.Notification('Update available', {
|
||||||
body: 'Restart Sonar to update to the latest version.',
|
body: 'Restart Flipper to update to the latest version.',
|
||||||
requireInteraction: true,
|
requireInteraction: true,
|
||||||
});
|
});
|
||||||
notification.onclick = remote.autoUpdater.quitAndInstall;
|
notification.onclick = remote.autoUpdater.quitAndInstall;
|
||||||
|
|||||||
@@ -146,7 +146,7 @@ function tryCreateWindow() {
|
|||||||
if (appReady && pluginsCompiled) {
|
if (appReady && pluginsCompiled) {
|
||||||
win = new BrowserWindow({
|
win = new BrowserWindow({
|
||||||
show: false,
|
show: false,
|
||||||
title: 'Sonar',
|
title: 'Flipper',
|
||||||
width: config.lastWindowPosition.width || 1400,
|
width: config.lastWindowPosition.width || 1400,
|
||||||
height: config.lastWindowPosition.height || 1000,
|
height: config.lastWindowPosition.height || 1000,
|
||||||
minWidth: 800,
|
minWidth: 800,
|
||||||
|
|||||||
Reference in New Issue
Block a user