Skip to content

Commit

Permalink
Add checkboxes to GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
levic92 authored Sep 27, 2017
1 parent d7f73d2 commit 60968f9
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions lcextractor/data/lcextractor_prefs.glade
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,36 @@
<property name="position">1</property>
</packing>
</child>
<child>
<widget class="GtkCheckButton" id="chk_in_place_extraction">
<property name="label" translatable="yes">Extract torrent in place</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="tooltip" translatable="yes">This option will extract the torrent in place.</property>
<property name="draw_indicator">True</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
<child>
<widget class="GtkCheckButton" id="chk_sonarr_radarr_support">
<property name="label" translatable="yes">Enable support for Sonarr/Radarr</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="tooltip" translatable="yes">Support Completed Download Handling (will toggle is_finished)</property>
<property name="draw_indicator">True</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
<child>
Expand Down

0 comments on commit 60968f9

Please sign in to comment.