Creating IDB direct to UI render. Version 2 of rendering the UI.

This commit is contained in:
Scott Idem
2020-01-31 11:34:44 -05:00
parent 5bd557e743
commit 9fd21b5221
6 changed files with 893 additions and 292 deletions

View File

@@ -6,7 +6,7 @@ const { ipcRenderer } = require('electron');
exports.render_launcher = function (launcher_tmp) {
console.log('Rendering launcher_tmp...');
console.log('Rendering based on launcher_tmp...');
console.log('In module_app_ui.js v2 idb to launcher object: ***');
console.log(launcher_tmp);