David Wedel
David Wedel
After opening a Dialog, like  android resets the screen size to the popup dimensions, like this:  I was actually going to go through and switch those all to...
```// Center the window on the primary screen x: (Screen.primaryScreen.availableWidth - width) / 2 y: (Screen.primaryScreen.availableHeight - height) / 2 ``` Use something with this maybe.
From quick searching online, we will have to do this in the cpp backend, with custom code for each os.
235-Section dimensions 234-Switch states causes manual to be locked on 239- Machine data (this is not being sent) 238-Machine config (also not being sent)
**To Reproduce** Steps to reproduce the behavior: Use the update button to update from 2.4.2 to 2.5. **Expected behavior** On trying to access the webpage service, I get the "Problem...
The one we discussed the other day with the sim. It showed up with the triangle vehicle again this morning. settings.* in QML changes, but won't change the .ini file....
I have a lot of the logic for this done in my dev branch. But it [doesn't seem to be working right.](https://t.me/c/1966654569/5908).
When we compile QML files, we get the warning: ```QSoundEffect(qaudio): Error decoding source qrc:/qml/:/sounds/TF012.wav QSoundEffect(qaudio): Error decoding source qrc:/qml/:/sounds/rtk_lost.wav QSoundEffect(qaudio): Error decoding source qrc:/qml/:/sounds/Alarm10.wav QSoundEffect(qaudio): Error decoding source qrc:/qml/:/sounds/SectionOn.wav QSoundEffect(qaudio):...
This may have been from closing the laptop with QtAOG open, but either way, we should warn if there is an error, not just silently crash.