diff --git a/mods/core/client.js b/mods/core/client.js index 77b1900..0ddafe2 100644 --- a/mods/core/client.js +++ b/mods/core/client.js @@ -246,7 +246,7 @@ module.exports = (store, __exports) => { : `${icon.getAttribute('aria-label')} ` : '') + (text - ? text.innerText + ? text.innerText || 'Untitled' : [ setTimeout(() => __electronApi.setWindowTitle(title), 250), title,