Work on checking data and cache.

This commit is contained in:
Scott Idem
2022-03-17 17:42:01 -04:00
parent 05ccab995a
commit 021a624030
4 changed files with 83 additions and 12 deletions

View File

@@ -44,7 +44,8 @@ function createWindow () {
}
})
win.setMinimumSize(1024, 768);
// win.setMinimumSize(1024, 768);
win.setMinimumSize(1280, 768);
//win.setFullScreenable(false)
win.FullScreenable = false;