From b4267ff7df60d55d6e15454881bcee184e761005 Mon Sep 17 00:00:00 2001 From: rittbys Date: Tue, 9 Feb 2016 18:30:05 -0600 Subject: [PATCH 1/2] Changed the title bar to say Nylas N1 instead of Nylas Changes to be committed: modified: static/index.html --- static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index 6bc55c380..c9152e586 100644 --- a/static/index.html +++ b/static/index.html @@ -1,7 +1,7 @@ - + Nylas N1 From eb4ce69efe5941122e2574d4b78e1fbefffef884 Mon Sep 17 00:00:00 2001 From: rittbys Date: Tue, 9 Feb 2016 20:36:09 -0600 Subject: [PATCH 2/2] Changes to be committed: modified: src/browser/nylas-window.coffee --- src/browser/nylas-window.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/browser/nylas-window.coffee b/src/browser/nylas-window.coffee index a28d1095d..823ecda1b 100644 --- a/src/browser/nylas-window.coffee +++ b/src/browser/nylas-window.coffee @@ -54,7 +54,7 @@ class NylasWindow options = show: false - title: title ? 'Nylas' + title: title ? 'Nylas N1' frame: frame width: width height: height