I asked this a while ago on IRC, but didn't receive a response, and unfortunately am currently IRC-challenged, so am posting here instead.
Would it be possible to add an option to FuBarPlugin-2.0 that allowed you to hide the Tablet tooltip's title? There's a hideTitle option, but it only hides the title for the right-click menu. The code change would be very simple (and credit to Ominous for helping me with this; actually just figuring it out before I had a chance to take my antilazy drugs):
1 -- FuBarPlugin-1.0.lua line 363:
2
3 Table:SetTitle(self:GetTitle())
4
5 -- would be changed to:
6
7 if not self.noTitle then Table:SetTitle(self:GetTitle())
Pretty please?
cheers,
- Fin
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I asked this a while ago on IRC, but didn't receive a response, and unfortunately am currently IRC-challenged, so am posting here instead.
Would it be possible to add an option to FuBarPlugin-2.0 that allowed you to hide the Tablet tooltip's title? There's a hideTitle option, but it only hides the title for the right-click menu. The code change would be very simple (and credit to Ominous for helping me with this; actually just figuring it out before I had a chance to take my antilazy drugs):
- http://fin.pastey.net/71840 (with syntax highlighting and stuff)
or:
- http://fin.pastey.net/71840+ (just the plain text bit - neat trick huh)
or:
Pretty please?
cheers,
- Fin