Ticket #234 (closed Enhancement: fixed)
Hide preferences window toolbar pill
| Reported by: | amonre@… | Owned by: | timothy |
|---|---|---|---|
| Priority: | Low | Milestone: | |
| Component: | Colloquy (Mac) | Version: | Latest Nightly |
| Severity: | Normal | Keywords: | |
| Cc: |
Description
In a preferences window, the Hide toolbar pill is not very useful. I think it would be worth hiding. I do this in my app:
if([[self window] respondsToSelector:@selector(setShowsToolbarButton:)]) [[self window] setShowsToolbarButton:NO];
This is only possible in Mac OS X 10.4 'Tiger', so I added -respondsToSelector:. I tested it and it works.
Change History
Note: See
TracTickets for help on using
tickets.
