overte icon indicating copy to clipboard operation
overte copied to clipboard

SimplifiedUI adjustemnts

Open Armored-Dragon opened this issue 1 year ago • 0 comments

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".

Armored-Dragon avatar May 16 '24 22:05 Armored-Dragon