When login don't reload the whole browser. Just rebuilt screens

This commit is contained in:
djmaze 2021-11-01 11:24:11 +01:00
parent d3500e2921
commit e52addf346
16 changed files with 74 additions and 57 deletions

View file

@ -68,6 +68,11 @@ win.rl = {
showError(e.message);
throw e;
});
},
setData: appData => {
RL_APP_DATA = appData;
rl.app.refresh();
}
};