diff options
author | Zach Hilman <zachhilman@gmail.com> | 2019-05-17 21:45:16 -0400 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2019-05-25 16:09:20 -0400 |
commit | 6f0ee45b5c3d62cbd74ae45bd56ade8d2fbbb6d2 (patch) | |
tree | 3b6d56a00156930af0db0e304320dea741a3e3a8 /src/yuzu/configuration/configure_debug.ui | |
parent | 658d2ee97d855634d9ecf7ce31b5a3668bc57b37 (diff) |
qt: Make UI option for 'Reporting Services' temporary
Reports are unnecessary for normal users and this is to prevent 'power' users from enabling the feature by accident.
Diffstat (limited to 'src/yuzu/configuration/configure_debug.ui')
-rw-r--r-- | src/yuzu/configuration/configure_debug.ui | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/yuzu/configuration/configure_debug.ui b/src/yuzu/configuration/configure_debug.ui index 758a92335b..73bb85e137 100644 --- a/src/yuzu/configuration/configure_debug.ui +++ b/src/yuzu/configuration/configure_debug.ui @@ -155,6 +155,28 @@ </property> </widget> </item> + <item> + <widget class="QCheckBox" name="reporting_services"> + <property name="text"> + <string>Enable Verbose Reporting Services</string> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="label_3"> + <property name="font"> + <font> + <italic>true</italic> + </font> + </property> + <property name="text"> + <string>This will be reset automatically when yuzu closes.</string> + </property> + <property name="indent"> + <number>20</number> + </property> + </widget> + </item> </layout> </widget> </item> |