1
0
mirror of https://github.com/MatMoul/quickdial-webext.git synced 2025-12-16 08:53:13 +00:00

Feature: Add snapshot delay setting

This commit is contained in:
2017-11-18 00:17:36 +01:00
parent a9a4212299
commit b2bb50d95e
3 changed files with 13 additions and 2 deletions

View File

@@ -194,6 +194,10 @@
<td><input id="GridCellsTitleBackgroundColor" type="color"></td>
<td><input id="GridCellsTitleBackgroundColorHover" type="color"></td>
</tr>
<tr>
<td><span>Snapshot Delay :</span></td>
<td colspan="2"><input id="GridCellsSnapshotDelay" type="number" min="300" max="10000"></td>
</tr>
</table>
</div>
</div>