Merge pull request #235 from Phyks/custom-profiles

First PoC for UI for customizing profile
This commit is contained in:
Norbert Renner 2019-11-09 09:47:32 +01:00 committed by GitHub
commit ef9cc7abe7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 290 additions and 41 deletions

View file

@ -192,7 +192,7 @@
}
if (evt.callback) {
evt.callback();
evt.callback(err, profileId, evt.profileText);
}
});
});