HackPlan / quark-shell-mac

Quark Shell for Mac helps web developers to create native-like Mac menubar app using HTML and JavaScript without writing any native code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Title and tooltip for menubar icon

dspangenberg opened this issue · comments

Please integrate a possibility to add a tooltip and a title i. e. for a counter or status text beside the button/icon. Thanks!

commented

Here is a patch that adds a
mw.setToolTip("text");
function to the code.

https://gist.github.com/codewise-nicolas/7f2b2fab7679ce136456

Note: only works on OSX 10.9 and lower, unsure what is needed for 10.10 as I dont have a test system for that yet.