Skip to content

Commit

Permalink
Fix event monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
alin23 committed Aug 12, 2023
1 parent 43ac79a commit 7221765
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Clop/SettingsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,7 @@ struct SettingsView: View {
default:
return event
}
return nil
}

if combo.modifierFlags == [.command] {
Expand All @@ -609,8 +610,9 @@ struct SettingsView: View {
default:
return event
}
return nil
}
return nil
return event
}

struct SettingsView_Previews: PreviewProvider {
Expand Down
2 changes: 1 addition & 1 deletion Releases/appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<sparkle:shortVersionString>2.0.0</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
<sparkle:releaseNotesLink>https://files.lowtechguys.com/ReleaseNotes/Clop-2.0.0.html</sparkle:releaseNotesLink>
<enclosure url="https://files.lowtechguys.com/releases/Clop-2.0.0.dmg" length="52449601" type="application/octet-stream" sparkle:edSignature="9MC+Wl9fjIx1kpIWuASe0y5Pk+bLorZxeIAA/G7cBto32mHXJOrDNiOxCpbSHxSz9u+TJf5543GUMTx8kxKbDA=="/>
<enclosure url="https://files.lowtechguys.com/releases/Clop-2.0.0.dmg" length="52450876" type="application/octet-stream" sparkle:edSignature="+Lh+I7U8ntCqtb4PvTOjcSlMeKTRuz5vD+M9f4M7KKdCMX4LZI+rilRFC1bR1XgR4TkW87C9LYWgwuqDkSNQCg=="/>
</item>
</channel>
</rss>

0 comments on commit 7221765

Please sign in to comment.