You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(I'm running 0.9.9 on a x86 macbook) When I first open the app, and occasionally while modifying certain preferences (e.g. frame color in custom theme settings) I will get an error or a series of errors of the following type:
Unhandled Error
TypeError: mainWindow.setTitleBarOverlay is not a function
at IpcMainImpl. (/Applications/ampcast.app/Contents/Resources/app.asar/src/main.js:114:20)
at IpcMainImpl.emit (node:events:519:28)
at WebContents. (node:electron/js2c/browser_init:2:84396)
at WebContents.emit (node:events:519:28)
Unhandled Error
TypeError: mainWindow.setTitleBarOverlay is not a function
at IpcMainImpl. (/Applications/ampcast.app/Contents/Resources/app.asar/src/main.js:117:20)
at IpcMainImpl.emit (node:events:519:28)
at WebContents. (node:electron/js2c/browser_init:2:84396)
at WebContents.emit (node:events:519:28)
Unhandled Error
TypeError: mainWindow.setTitleBarOverlay is not a function
at IpcMainImpl. (/Applications/ampcast.app/Contents/Resources/app.asar/src/main.js:122:20)
at IpcMainImpl.emit (node:events:519:28)
at WebContents. (node:electron/js2c/browser_init:2:84396)
at WebContents.emit (node:events:519:28)
Nothing else appears to be broken due to this, but it does make for an annoyance during navigation.
The text was updated successfully, but these errors were encountered:
(I'm running 0.9.9 on a x86 macbook) When I first open the app, and occasionally while modifying certain preferences (e.g. frame color in custom theme settings) I will get an error or a series of errors of the following type:
Unhandled Error
TypeError: mainWindow.setTitleBarOverlay is not a function
at IpcMainImpl. (/Applications/ampcast.app/Contents/Resources/app.asar/src/main.js:114:20)
at IpcMainImpl.emit (node:events:519:28)
at WebContents. (node:electron/js2c/browser_init:2:84396)
at WebContents.emit (node:events:519:28)
Unhandled Error
TypeError: mainWindow.setTitleBarOverlay is not a function
at IpcMainImpl. (/Applications/ampcast.app/Contents/Resources/app.asar/src/main.js:117:20)
at IpcMainImpl.emit (node:events:519:28)
at WebContents. (node:electron/js2c/browser_init:2:84396)
at WebContents.emit (node:events:519:28)
Unhandled Error
TypeError: mainWindow.setTitleBarOverlay is not a function
at IpcMainImpl. (/Applications/ampcast.app/Contents/Resources/app.asar/src/main.js:122:20)
at IpcMainImpl.emit (node:events:519:28)
at WebContents. (node:electron/js2c/browser_init:2:84396)
at WebContents.emit (node:events:519:28)
Nothing else appears to be broken due to this, but it does make for an annoyance during navigation.
The text was updated successfully, but these errors were encountered: