Commit ed96da3d authored by 神楽坂玲奈's avatar 神楽坂玲奈

logo

parent 19072876
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
......@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="img/logo.jpg">
<link rel="shortcut icon" href="img/logo.png">
<title>毛玉</title>
......
......@@ -18,8 +18,8 @@ menu.append new gui.MenuItem
window.tray = new gui.Tray
title: '毛玉'
tooltip: "test"
icon: 'app/img/logo.jpg'
tooltip: '毛玉'
icon: 'app/img/logo.png'
menu: menu
$('#window_control_minimize').click ->
......
......@@ -33,8 +33,8 @@
window.tray = new gui.Tray({
title: '毛玉',
tooltip: "test",
icon: 'app/img/logo.jpg',
tooltip: '毛玉',
icon: 'app/img/logo.png',
menu: menu
});
......
This diff is collapsed.
......@@ -9,7 +9,7 @@
],
"window": {
"title": "毛玉",
"icon": "app/img/logo.jpg",
"icon": "app/img/logo.png",
"toolbar": false,
"frame": false,
"width": 1024,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment