Skip to content

Commit

Permalink
🎨 Custom Emoji folders no longer require manual refresh when they cha…
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 authored and tom2319273 committed Aug 3, 2024
1 parent 38d39cd commit 9333ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/model/emojis_watcher_darwin.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func watchEmojis() {
go func() {
for {
select {
case event, ok := <-emojisWatcher.Event:
case _, ok := <-emojisWatcher.Event:
if !ok {
return
}
Expand Down

0 comments on commit 9333ea4

Please sign in to comment.