diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2018-11-29 08:17:28 -0600 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2018-11-29 14:11:09 -0600 |
| commit | 2212ad6f1c0bbaff7025cdb7227023661e399596 (patch) | |
| tree | 800fd33340a8aed14bd11ab9605398fe9c07284c /src/settingsdialog.ui | |
| parent | 6142872620983a2bdd352d4e9e391ddb11c40305 (diff) | |
Add executable blacklisting
Diffstat (limited to 'src/settingsdialog.ui')
| -rw-r--r-- | src/settingsdialog.ui | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/src/settingsdialog.ui b/src/settingsdialog.ui index 555180b5..ae13b9f2 100644 --- a/src/settingsdialog.ui +++ b/src/settingsdialog.ui @@ -17,7 +17,7 @@ <item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
- <number>4</number>
+ <number>5</number>
</property>
<widget class="QWidget" name="generalTab">
<attribute name="title">
@@ -1038,6 +1038,26 @@ For the other games this is not a sufficient replacement for AI!</string> </widget>
</item>
<item>
+ <widget class="QPushButton" name="execBlacklistBtn">
+ <property name="toolTip">
+ <string>Add executables to the blacklist to prevent them from
+accessing the virtual file system. This is useful to prevent
+unintended programs from being hooked. Hooking unintended
+programs may affect the execution of these programs or the
+programs you are intentionally running.</string>
+ </property>
+ <property name="whatsThis">
+ <string>Add executables to the blacklist to prevent them from accessing the virtual file system. This is useful to prevent unintended programs from being hooked. Hooking unintended programs may affect the execution of these programs or the programs you are intentionally running.</string>
+ </property>
+ <property name="text">
+ <string>Configure Executables Blacklist</string>
+ </property>
+ <property name="autoDefault">
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
|
