diff --git a/dist/Flask Setup 1.0.0.exe.blockmap b/dist/Flask Setup 1.0.0.exe.blockmap index 0badba9..3cd68f2 100644 Binary files a/dist/Flask Setup 1.0.0.exe.blockmap and b/dist/Flask Setup 1.0.0.exe.blockmap differ diff --git a/dist/latest.yml b/dist/latest.yml index 27b2ab1..5a10ec3 100644 --- a/dist/latest.yml +++ b/dist/latest.yml @@ -1,8 +1,8 @@ version: 1.0.0 files: - url: Flask-Setup-1.0.0.exe - sha512: cLGABu8K01OUd3fv9p5diU3B9r4B6fHLe/cY3/3On2LAS2aizTI4Iambu90X5gUbhDAyCwMxEatlsR8MMUNEsw== - size: 94482333 + sha512: Zul0y4yW3oUNb0HRKU7HddzFnaeozRx3xdbgEIWePbw/qO/61/bJzzaOw0T9jjfjnQ69pYCGTB4+LGBwzjX/3w== + size: 94481458 path: Flask-Setup-1.0.0.exe -sha512: cLGABu8K01OUd3fv9p5diU3B9r4B6fHLe/cY3/3On2LAS2aizTI4Iambu90X5gUbhDAyCwMxEatlsR8MMUNEsw== -releaseDate: '2019-09-28T22:16:40.750Z' +sha512: Zul0y4yW3oUNb0HRKU7HddzFnaeozRx3xdbgEIWePbw/qO/61/bJzzaOw0T9jjfjnQ69pYCGTB4+LGBwzjX/3w== +releaseDate: '2019-09-28T22:42:33.901Z' diff --git a/package.json b/package.json index c4c00cc..50be0e1 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "Flask", + "name": "FLASK", "version": "1.0.0", "description": "Software for improvising sound", "main": "index.js", @@ -59,7 +59,6 @@ "fs-jetpack": "^2.0", "gh-latest-release": "^1.0.0", "marked": "^0.6.2", - "materialize-css": "^1.0.0", "request": "^2.88.0" } } diff --git a/src/scripts/storage.js b/src/scripts/storage.js index 607be94..0c8b843 100644 --- a/src/scripts/storage.js +++ b/src/scripts/storage.js @@ -170,6 +170,9 @@ function openShow() { properties: ['openFile'] }; dialog.showOpenDialog(openOptions, filepaths => { + if (filepaths === undefined) { + return; + } userFilePath = filepaths[0]; clearShow(); loadShow(userFilePath); @@ -225,6 +228,7 @@ function importLegacy(version) { playlistInfo = jetpack.read(playlistInfoPath, 'json'); settingsInfo = jetpack.read(settingsPath, 'json'); settingsInfo.utility.legacy = true; + settingsInfo.utility.pVersion = pjson.version; } else { M.toast({ html: 'At least one essential Legacy file is missing. Contact developer for help!',