mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 16:07:23 -06:00
Add 'never show again' checkbox/pref to auto-exit confirm dialog
This commit is contained in:
@@ -379,6 +379,16 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="checkProgramAutoExitConfirm">
|
||||
<property name="text">
|
||||
<string>Confirmation on auto-exit when downloads finish</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QGroupBox" name="checkShowSystray">
|
||||
<property name="title">
|
||||
|
||||
Reference in New Issue
Block a user