mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 06:02:29 -06:00
Remove autocorrect/autocapitalise from filepaths on WebUI
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
<label for="savepath_text">QBT_TR(Default Save Path:)QBT_TR[CONTEXT=OptionsDialog]</label>
|
||||
</td>
|
||||
<td>
|
||||
<input type="text" id="savepath_text" />
|
||||
<input type="text" id="savepath_text" autocorrect="off" autocapitalize="none" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -89,7 +89,7 @@
|
||||
<label for="temppath_checkbox">QBT_TR(Keep incomplete torrents in:)QBT_TR[CONTEXT=OptionsDialog]</label>
|
||||
</td>
|
||||
<td>
|
||||
<input type="text" id="temppath_text" />
|
||||
<input type="text" id="temppath_text" autocorrect="off" autocapitalize="none" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -98,7 +98,7 @@
|
||||
<label for="exportdir_checkbox">QBT_TR(Copy .torrent files to:)QBT_TR[CONTEXT=OptionsDialog]</label>
|
||||
</td>
|
||||
<td>
|
||||
<input type="text" id="exportdir_text" />
|
||||
<input type="text" id="exportdir_text" autocorrect="off" autocapitalize="none" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -107,7 +107,7 @@
|
||||
<label for="exportdirfin_checkbox">QBT_TR(Copy .torrent files for finished downloads to:)QBT_TR[CONTEXT=OptionsDialog]</label>
|
||||
</td>
|
||||
<td>
|
||||
<input type="text" id="exportdirfin_text" />
|
||||
<input type="text" id="exportdirfin_text" autocorrect="off" autocapitalize="none" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -125,7 +125,7 @@
|
||||
<tbody></tbody>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td style="padding-top:4px;"><input type="text" id="new_watch_folder_txt" /></td>
|
||||
<td style="padding-top:4px;"><input type="text" id="new_watch_folder_txt" autocorrect="off" autocapitalize="none" /></td>
|
||||
<td style="padding-top:4px;">
|
||||
<div class="select-watched-folder-editable">
|
||||
<select id="new_watch_folder_select" onchange="changeWatchFolderSelect(this)">
|
||||
|
||||
Reference in New Issue
Block a user