Skip to content

Commit 2049356

Browse files
author
Ruben Gomez
committed
Hide com-ring when update available
1 parent 7bc0086 commit 2049356

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

polaris/main.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -988,6 +988,8 @@ function initializeAutoUpdater() {
988988
}
989989

990990
updateAvailable = info; // Keep track of the available update info
991+
const comRing = windowManager.getWindow('comRing');
992+
comRing.hide();
991993

992994
dialog.showMessageBox({
993995
type: 'info',

0 commit comments

Comments
 (0)