mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Option to show console when external program is run
Windows only. Closes #9592
This commit is contained in:
parent
4ae8e176dc
commit
8fa6e372a2
5 changed files with 59 additions and 1 deletions
|
@ -1264,6 +1264,13 @@
|
|||
<item>
|
||||
<widget class="QLineEdit" name="lineEditAutoRun"/>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="autoRunConsole">
|
||||
<property name="text">
|
||||
<string>Show console window</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="labelAutoRunParam">
|
||||
<property name="wordWrap">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue