mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-13 11:38:31 +08:00
Merge pull request #1283 from rittbys/master
Change the title bar to say Nylas N1 instead of Nylas
This commit is contained in:
commit
3b2b844485
2 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ class NylasWindow
|
|||
|
||||
options =
|
||||
show: false
|
||||
title: title ? 'Nylas'
|
||||
title: title ? 'Nylas N1'
|
||||
frame: frame
|
||||
width: width
|
||||
height: height
|
||||
|
|
|
@ -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:;">
|
||||
|
||||
|
|
Loading…
Reference in a new issue