Merge pull request #1832 from sbenmoussati/bugfix/SDA-4100-main

SDA-4100 Reload SDA should reload pod URL and not current URL (#1828)
This commit is contained in:
NguyenTranHoangSym 2023-04-04 09:37:41 +07:00 committed by GitHub
commit b29033127f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -824,7 +824,7 @@ export const reloadWindow = (browserWindow: ICustomBrowserWindow) => {
!mainWebContents.isDestroyed()
) {
logger.info(`window-utils: reloading the main window`);
mainWebContents.reload();
windowHandler.reloadSymphony();
windowHandler.closeAllWindows();
main?.setThumbarButtons([]);