mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-17 09:09:30 -07:00
full screen works better
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user