Password UI

This commit is contained in:
2020-04-05 23:05:58 -05:00
parent 808a047818
commit 19b719d1a5
4 changed files with 210 additions and 8 deletions

View File

@@ -79,7 +79,6 @@ export const getIPCRenderer = () => {
export const getNewReleases = (existingLocations, newLocations, selectedVersion) => {
const ret = [];
console.log(selectedVersion);
if (existingLocations && newLocations) {
Constants.RELEASE_TYPES.forEach(release => {
newLocations[release]