when running in electron, change KM title to help since KM is in the window name
This commit is contained in:
parent
2f016abfc5
commit
6cf2887656
3 changed files with 3 additions and 3 deletions
|
|
@ -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');
|
||||
|
|
|
|||
|
|
@ -178,8 +178,7 @@
|
|||
"linux": {
|
||||
"icon": "bin/GS.png",
|
||||
"target": [
|
||||
"AppImage",
|
||||
"zip"
|
||||
"AppImage"
|
||||
]
|
||||
},
|
||||
"afterSign": "bin/electron-notarize.js"
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue