Closed zenangst closed 8 years ago
@RamonGilabert fixed the comments :)
Don't you need two * to be a comment in the documentation?
My bad, I don't think you need it but for the sake of sanity, I added it :)
Great commit message.
Don't mind the last commit message, doing Add *
in the terminal was a mistake :)
This PR adds some small improvements. To make Tabby behave accordingly with
Fashion
, it needs to set the font at the end of the configuration method to make sure that it is using the correct font.This PR also adds a helper method on
TabbyController
to gain access to the current selected controller.Some logic was in
TabbyController.items {didSet}
was also corrected.