Skip to content

Commit 7f4ccdc

Browse files
committed
edit HTML title and loading picture URL
1 parent 03e8de2 commit 7f4ccdc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

browser/finder/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44

5-
<title>Boost Finder</title>
5+
<title>Boostnote Finder</title>
66
<meta charset="utf-8">
77
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
88

browser/main/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<link rel="stylesheet" href="../../node_modules/devicon/devicon.min.css">
99
<link rel="stylesheet" href="../../node_modules/highlight.js/styles/xcode.css">
1010
<link rel="shortcut icon" href="favicon.ico">
11+
<title>Boostnote</title>
1112

1213
<style>
1314
@font-face {
@@ -46,7 +47,7 @@
4647
</head>
4748
<body>
4849
<div id="loadingCover">
49-
<img src="../../resources/favicon-230x230.png">
50+
<img src="../../resources/app.png">
5051
<div class='message'>Loading...</div>
5152
</div>
5253

@@ -57,7 +58,6 @@
5758
const electron = require('electron')
5859
electron.webFrame.setZoomLevelLimits(1, 1)
5960
var version = electron.remote.app.getVersion()
60-
document.title = 'Boost' + ((version == null || version.length === 0) ? ' DEV' : '')
6161
const _ = require('lodash')
6262
var scriptUrl = _.find(electron.remote.process.argv, a => a === '--hot')
6363
? 'http://localhost:8080/assets/main.js'

0 commit comments

Comments
 (0)