Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Update version to 0.3.4
Browse files Browse the repository at this point in the history
Minor update to put the webui forced start checkbox under the pause and
resume right click dropdown items
  • Loading branch information
h3llrais3r committed Jan 10, 2017
1 parent 302d0f9 commit a9295fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion myscheduler/data/myscheduler.js
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,8 @@ Deluge.plugins.MySchedulerPlugin = Ext.extend(Deluge.Plugin, {
onEnable: function() {
this.prefsPage = deluge.preferences.addPage (new Deluge.ux.preferences.MySchedulerPage());

this.menuItem = deluge.menus.torrent.add(new Ext.menu.CheckItem ({
// insert at position 3 (after pause and resume) in menu
this.menuItem = deluge.menus.torrent.insert(2, new Ext.menu.CheckItem ({
text: _('Forced Start'),
checked: false,

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
__plugin_name__ = "MyScheduler"
__author__ = "h3llrais3r"
__author_email__ = "pooh_beer_1@hotmail.com"
__version__ = "0.3.3"
__version__ = "0.3.4"
__url__ = "http://deluge-torrent.org"
__license__ = "GPLv3"
__description__ = "Schedule limits on a per-hour per-day basis."
Expand Down

0 comments on commit a9295fc

Please sign in to comment.