Merge pull request #1283 from rittbys/master

Change the title bar to say Nylas N1 instead of Nylas
This commit is contained in:
Ben Gotow 2016-02-10 14:39:13 -08:00
commit 3b2b844485
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@ class NylasWindow
options =
show: false
title: title ? 'Nylas'
title: title ? 'Nylas N1'
frame: frame
width: width
height: height

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html style="background: #fff">
<head>
<title></title>
<title>Nylas N1</title>
<meta http-equiv="Content-Security-Policy" content="default-src * nylas:; script-src 'self'; style-src * 'unsafe-inline' nylas:; img-src * data: nylas: file:;">