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');