mockturtl / cinnamon-weather

DEPRECATED. Use linuxmint/cinnamon-spices-applets instead.
https://cinnamon-spices.linuxmint.com/applets/view/17
28 stars 35 forks source link

Add direct access to settings #39

Closed collinss closed 11 years ago

collinss commented 11 years ago

It would be very handy to have an option in the right-click menu to open the settings window. You can do this by simply adding the following to MyApplet._init:

let settingsMenuItem = new Applet.MenuItem(_("Settings"), Gtk.STOCK_EDIT, Lang.bind(this, function() {
    Util.spawnCommandLine("cinnamon-settings applets " + UUID);
}));
this._applet_context_menu.addMenuItem(settingsMenuItem);
mockturtl commented 11 years ago

@collinss Shipped, thanks!