osx: mark as read when hovering over window
This commit is contained in:
@@ -23,5 +23,10 @@ struct ConversationView: View
|
||||
entryModel.handleDroppedProviders(providers)
|
||||
return true
|
||||
}
|
||||
|
||||
.onHover { isHovering in
|
||||
guard isHovering else { return }
|
||||
transcriptModel.setNeedsMarkAsRead()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user