Electron. How to create a thread between application launch file and html file

Viewed 16

I have a problem with navigating the Electron application, I want to impose some actions on the elements inside the .html file, the transition to the "settings" tab is done by removing the "hidden" class in it, but how can I call this method from the main .js file which does not interact with the .html file in any way

PICTURE (1)
PICTURE (2)

0 Answers
Related