Dark Theme Bug?
All
1
2-3
From:
immortalx
25 Apr 2024 (2 of 3)
11393.2
In reply to
11393.1
This must be a startup script.
Back up the script and change it to this:
if (moi.ui.showBrowserPane) {
var items = moi.ui.sceneBrowser.rootItems;
for (var i = 0; i < items.length; ++i)
items[i].expanded = true;
}
Reply
More
Post Options
Reply as PM
Print
Mark as unread
Relationship
IP
Logged
From:
wisty
26 Apr 2024 (3 of 3)
11393.3
Thanks, that fixed it.
Reply
More
Post Options
Reply as PM
Print
Mark as unread
Relationship
IP
Logged
Reply to All
Show messages:
All
1
2-3