Squeak 4.1 Docking Bar
I love that every new feature of Squeak is there… And, I love being able to turn them off!
When I’m working, I absolutely must, must, must have a blank canvas, so I don’t like backgrounds, icons, desktops, menus, or anything else to distract me.
To turn the Docking Bar on and off, there is a preference. Go to World menu -> Appearance -> Preferences, and type ‘dock’ in the search field and it will come up.
If you want to toggle the dock on and off a lot, you could save the following code and assign a keyboard shortcut to it:
TheWorldMainDockingBar showWorldMainDockingBar:
TheWorldMainDockingBar showWorldMainDockingBar not.
Categories: Uncategorized