mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-08 23:38:49 +00:00
Rename archived menu
This commit is contained in:
@@ -257,7 +257,7 @@ When choosing **Add Entry**, you can now select **Password**, **2FA (TOTP)**,
|
|||||||
2. SeedPass will show the current label, period, digit count, and archived status.
|
2. SeedPass will show the current label, period, digit count, and archived status.
|
||||||
3. Enter new values or press **Enter** to keep the existing settings.
|
3. Enter new values or press **Enter** to keep the existing settings.
|
||||||
4. The updated entry is saved back to your encrypted vault.
|
4. The updated entry is saved back to your encrypted vault.
|
||||||
5. Archived entries are hidden from lists but can be restored from the **Archived Entries** menu.
|
5. Archived entries are hidden from lists but can be restored from the **List Archived** menu.
|
||||||
|
|
||||||
### Using Secret Mode
|
### Using Secret Mode
|
||||||
|
|
||||||
|
@@ -751,7 +751,7 @@ def display_menu(
|
|||||||
6. 2FA Codes
|
6. 2FA Codes
|
||||||
7. Settings
|
7. Settings
|
||||||
8. Archive Entry
|
8. Archive Entry
|
||||||
9. View Archived Entries
|
9. List Archived
|
||||||
"""
|
"""
|
||||||
display_fn = getattr(password_manager, "display_stats", None)
|
display_fn = getattr(password_manager, "display_stats", None)
|
||||||
if callable(display_fn):
|
if callable(display_fn):
|
||||||
|
Reference in New Issue
Block a user