mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-19 05:45:01 -04:00
Merge pull request #3000 from okunamayanad/bm-branch-2
fix: handle config changes in summarize_event
This commit is contained in:
@@ -445,5 +445,10 @@ fn summarize_event(event: &Event) -> String {
|
||||
Event::Custom { event_type, data } => {
|
||||
format!("Custom event: {} - {:?}", event_type, data)
|
||||
}
|
||||
|
||||
// Config events
|
||||
Event::ConfigChanged { field } => {
|
||||
format!("Configuration changed: {}", field)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user