summaryrefslogtreecommitdiffstats
path: root/ui/src/types.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/types.rs')
-rw-r--r--ui/src/types.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/types.rs b/ui/src/types.rs
index b1a6c431..75413e42 100644
--- a/ui/src/types.rs
+++ b/ui/src/types.rs
@@ -87,7 +87,7 @@ pub enum UIEvent {
StartupCheck(FolderHash),
RefreshEvent(Box<RefreshEvent>),
EnvelopeUpdate(EnvelopeHash),
- EnvelopeRename(FolderHash, EnvelopeHash, EnvelopeHash), // folder_hash, old_hash, new_hash
+ EnvelopeRename(EnvelopeHash, EnvelopeHash), // old_hash, new_hash
EnvelopeRemove(EnvelopeHash),
}