full screen works better
This commit is contained in:
parent
ba16c8f1f4
commit
3e9aa97c7e
9 changed files with 66 additions and 162 deletions
|
|
@ -90,7 +90,8 @@ const navigation = (() => {
|
|||
// update the main process for display purposes
|
||||
postMessage('weatherParameters', weatherParameters);
|
||||
|
||||
// draw the progress canvas
|
||||
// draw the progress canvas and hide others
|
||||
hideAllCanvases();
|
||||
progress = new Progress(-1,'progress');
|
||||
await progress.drawCanvas();
|
||||
progress.showCanvas();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue