Compare commits

...

2 Commits

Author SHA1 Message Date
d167e028a3 Add SVG logo 2026-02-22 02:51:01 -08:00
aa7710650f Remove application menu 2026-02-22 02:28:55 -08:00
2 changed files with 70 additions and 1 deletions

View File

@ -1,6 +1,6 @@
console.log('Hello world')
const { app, BrowserWindow, ipcMain } = require('electron')
const { app, BrowserWindow, ipcMain, Menu } = require('electron')
const path = require('node:path')
app.on('window-all-closed', windowsClosed)
@ -16,6 +16,7 @@ function createWindow() {
})
win.loadFile('index.html')
Menu.setApplicationMenu(null)
}
function appReady() {

68
resource/logo.svg Normal file
View File

@ -0,0 +1,68 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="30mm"
height="30mm"
viewBox="0 0 30 30"
version="1.1"
id="svg1"
inkscape:version="1.4.3 (0d15f75042, 2025-12-25)"
sodipodi:docname="logo.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="true"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="true"
inkscape:zoom="2.9887138"
inkscape:cx="78.963733"
inkscape:cy="99.541147"
inkscape:window-width="1536"
inkscape:window-height="888"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="layer1">
<inkscape:grid
id="grid2"
units="mm"
originx="0"
originy="0"
spacingx="0.99999998"
spacingy="1"
empcolor="#0099e5"
empopacity="0.30196078"
color="#0099e5"
opacity="0.14901961"
empspacing="5"
enabled="true"
visible="true" />
</sodipodi:namedview>
<defs
id="defs1" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<path
id="path1"
style="display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="path1"
d="m 7.929138,22.070911 c 1.875305,1.875351 4.418771,2.928948 7.070886,2.92902 5.522775,-5.1e-5 9.999856,-4.477132 9.999907,-9.999907 -7.2e-5,-2.652115 -1.053669,-5.195581 -2.92902,-7.070886"
sodipodi:nodetypes="cccc" />
<path
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:4.99999;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
d="M 15,5 V 15"
id="path4" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB