overte-org / overte

Overte open source virtual worlds platform.
https://overte.org/
Other
128 stars 47 forks source link

SimplifiedUI adjustemnts #960

Closed Armored-Dragon closed 1 month ago

Armored-Dragon commented 1 month ago

The simplified UI script had some issues.

First major issue is due to conflicting IDs in the QML on line 178 and 187, the QML would never properly render.

As a result of this issue, it becomes trivial to be in a sort of soft locked state as you could never open the settings window to disable the removal of the toolbar to easily disable the Simple UI script. From what I could tell you would have to go into one of your config files (interface.json in AppData on Windows? and .config/Overte on linux) and remove the script from "RunningScripts" from there.

You can access the developer tab in the Settings window by pressing the key combination "Ctrl + Alt + Shift + D". See here. From there you can disable the setting "Keep Old Menus" and refresh the interface by pressing "Ctrl + R".