mirror of
https://github.com/XFox111/PasswordGeneratorExtension.git
synced 2026-04-22 08:08:01 +03:00
Minor 1.1 (#3)
- Added "Prompt for password length every time before generating" option - Added "Hide successful password generation message" option
This commit is contained in:
@@ -68,6 +68,16 @@
|
||||
<span class="mark"></span>
|
||||
<span loc="showContext">Add "Generate password" action to context menu</span>
|
||||
</label>
|
||||
<label class="checkbox control">
|
||||
<input id="hideAlert" type="checkbox" />
|
||||
<span class="mark"></span>
|
||||
<span loc="hideAlert">Hide successful password generation message</span>
|
||||
</label>
|
||||
<label class="checkbox control">
|
||||
<input id="promptForLength" type="checkbox" />
|
||||
<span class="mark"></span>
|
||||
<span loc="promptForLength">Prompt for password length every time before generating</span>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div style="margin-bottom: 10px;">
|
||||
|
||||
Reference in New Issue
Block a user