changed icon
2
app.js
@ -71,7 +71,7 @@ app.use(session({
|
|||||||
})
|
})
|
||||||
}));
|
}));
|
||||||
|
|
||||||
app.use(favicon(__dirname + '/public/images/app-icons/favicon.ico'));
|
app.use(favicon(__dirname + '/public/images/app-icons/win/icon.ico'));
|
||||||
|
|
||||||
require('./routes/routes').register(app);
|
require('./routes/routes').register(app);
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 361 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 902 B After Width: | Height: | Size: 858 B |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 155 KiB After Width: | Height: | Size: 52 KiB |
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 12 KiB |
@ -10,6 +10,8 @@
|
|||||||
<div id="container" style="display: none;">
|
<div id="container" style="display: none;">
|
||||||
<div id="header" class="hide-toggle">
|
<div id="header" class="hide-toggle">
|
||||||
<div id="header-title">
|
<div id="header-title">
|
||||||
|
<img src="images/app-icons/png/24x24.png">
|
||||||
|
|
||||||
Trilium
|
Trilium
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|