v1.8.17: revert broken undo, keep only alias-edit feature

Fully reverted sidebar, files_tab, totp_tab, server_dialog to v1.8.10
base. Removed all entry_undo bindings that broke Ctrl+V paste globally.
Only alias editing feature preserved (editable alias + rename support).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
chrome-storm-c442
2026-02-24 05:45:53 -05:00
parent 5d55d41f34
commit a8f3bd04e1
7 changed files with 1 additions and 21 deletions

View File

@@ -359,7 +359,6 @@ class ServerStore:
if s["alias"] == alias:
new_alias = updated.get("alias", alias)
servers[i] = updated
# If alias changed, migrate status
if new_alias != alias:
with self._statuses_lock:
old_status = self._statuses.pop(alias, None)