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');
|
||||
|
|
|
|||
Loading…
Reference in a new issue