Hello!
I have some local files that are built as people use my app. Data on these files will partially determine how the app should look including background color etc. and therefore on launch i would like to load those files in the backend, send them to the frontend process them and then show my window to avoid the flash of unpersonalized style before my data loads. How might I do this? I already figured out how to load the data and ship it back and forth, its just getting the app to wait that troubles me.
Thank youuu!