mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Report tweaks.
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta charset="utf-8" />
|
||||
<title>LOOT Report</title>
|
||||
<title>LOOT</title>
|
||||
<link rel="stylesheet" href="css/style.css" />
|
||||
<link rel="stylesheet" href="css/font-awesome.min.css" />
|
||||
<script src="js/require.js"></script>
|
||||
@@ -290,7 +289,7 @@ along with LOOT. If not, see <http://www.gnu.org/licenses/>.
|
||||
<select id="languageSelect">
|
||||
<!-- Language <option> elements go here. -->
|
||||
</select><br>
|
||||
<label for="debugVerbositySelect">Debug Verbosity</label>
|
||||
<label for="debugVerbositySelect" title="The output is logged to the LOOTDebugLog.txt file.">Debug Verbosity</label>
|
||||
<select id="debugVerbositySelect">
|
||||
<option value="0">None</option>
|
||||
<option value="1">Low</option>
|
||||
|
||||
Reference in New Issue
Block a user