Window Toolbar hidden preference

I was thrilled to read this in the Release Notes for 3.6.1 today:

Added hidden preference WindowToolbarStyleExpanded to enable the expanded toolbar style on macOS Big Sur. This shows the title bar above the toolbar instead of the new unified default style.

But how do I enable it? I tried a defaults read command but it said it didn’t exist. I tried a defaults write command to try to create it, but got the same error:

The domain/default pair of (com.devon-technologies.think3, WindowToolbarStyleExpanded) does not exist

Thank you thank you thank you for fixing this travesty of a UI “feature” in Big Sur!!! Now how do I enable it?

1 Like

Try this

defaults write com.devon-technologies.think3 WindowToolbarStyleExpanded -bool TRUE

2 Likes

defaults write com.devon-technologies.think3 WindowToolbarStyleExpanded -bool TRUE works for me

Edit: Pete - Peeeeete - beat me to it :wink:

@BLUEFROG this option is included in the change list, but not on page 234 of the current handbook

1 Like

Documentation updated for the next release.

1 Like

Worked perfectly - thank you!!!

1 Like

My goodness that is so much better. Thank you.