mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
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:
commit
b29033127f
@ -824,7 +824,7 @@ export const reloadWindow = (browserWindow: ICustomBrowserWindow) => {
|
|||||||
!mainWebContents.isDestroyed()
|
!mainWebContents.isDestroyed()
|
||||||
) {
|
) {
|
||||||
logger.info(`window-utils: reloading the main window`);
|
logger.info(`window-utils: reloading the main window`);
|
||||||
mainWebContents.reload();
|
windowHandler.reloadSymphony();
|
||||||
|
|
||||||
windowHandler.closeAllWindows();
|
windowHandler.closeAllWindows();
|
||||||
main?.setThumbarButtons([]);
|
main?.setThumbarButtons([]);
|
||||||
|
Loading…
Reference in New Issue
Block a user