mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-09 15:58:48 +00:00
Merge pull request #556 from PR0M3TH3AN/8xl3f9-codex/fix-missing-password-entry-type
Fix entry details pause
This commit is contained in:
@@ -1795,6 +1795,7 @@ class PasswordManager:
|
|||||||
"""Display entry details for ``index`` without prompting."""
|
"""Display entry details for ``index`` without prompting."""
|
||||||
|
|
||||||
self.display_entry_details(index)
|
self.display_entry_details(index)
|
||||||
|
pause()
|
||||||
|
|
||||||
def _prompt_toggle_archive(self, entry: dict, index: int) -> None:
|
def _prompt_toggle_archive(self, entry: dict, index: int) -> None:
|
||||||
"""Prompt the user to archive or restore ``entry`` based on its status."""
|
"""Prompt the user to archive or restore ``entry`` based on its status."""
|
||||||
|
Reference in New Issue
Block a user