when running in electron, change KM title to help since KM is in the window name

This commit is contained in:
Stewart Allen 2025-02-05 13:18:14 -05:00
commit 6cf2887656
3 changed files with 3 additions and 3 deletions

View file

@ -3,6 +3,7 @@ self.kiri.load(api => {
console.log('ELECTRON MODULE RUNNING');
api.electron = {};
api.event.on('init-done', () => {
$('app-name-text').innerText = "More Info";
$('top-sep').style.display = 'flex';
});
api.stats.set('kiri', self.kiri.version + 'e');

View file

@ -178,8 +178,7 @@
"linux": {
"icon": "bin/GS.png",
"target": [
"AppImage",
"zip"
"AppImage"
]
},
"afterSign": "bin/electron-notarize.js"

View file

@ -61,7 +61,7 @@
<div class="grow"></div>
<div id="app-name" class="f-col a-center top-menu">
<span class="grow">
<span class="km-font">Kiri:Moto</span>
<span id="app-name-text" class="km-font">Kiri:Moto</span>
<div id="app-name-pop" class="top-menu-drop top-menu-center">
<div class="content">
<div id="app-help">