rsjudka / intelligent-auto

41 stars 15 forks source link

adding toggle for fullscreen OpenAuto #15

Closed rsjudka closed 4 years ago

rsjudka commented 4 years ago

Adding a toggleable fullscreen mode for the open auto widget.

Fullscreen can be toggled by double-clicking.

When testing, I noticed I get some warning messages when OpenAuto is disconnected in fullscreen mode... either something about not being able to change the parent in a different thread and not being able to start a timer in a different thread. From what I observed, it seems like everything is running in the same thread so I couldn't figure out what was going on there. Since I didn't notice any issues I'm still going to merge this change into develop and will make a cleanup feature later for debugging what's going on there.