jake-phy / WindowIconList

GNU General Public License v2.0
75 stars 26 forks source link

With this code your applet it's an equivalent of Cinnamon Panel Launcher #60

Closed ghost closed 9 years ago

ghost commented 9 years ago

See, you need to decide if you want to remove a launcher or not (currently not removed) when is dragged to cinnamon panel launcher, this also could be used to remove a launcher by other external application.

If you want to do this, you need implement the function:

removeLauncher: function (appGroup) {
    //Add code here to remove the launcher if you want.
},
jake-phy commented 9 years ago

Very good, thank you.