fix: share text or picture doesn't work if the app has been closed

This commit is contained in:
Tienson Qin
2025-09-09 14:15:52 +08:00
parent 1b6ca9ec7f
commit f137da94f6
8 changed files with 23 additions and 32 deletions

View File

@@ -525,7 +525,8 @@
:ui/toggle-document-mode {:binding "t d"
:fn state/toggle-document-mode!}
:ui/highlight-recent-blocks {:fn state/toggle-highlight-recent-blocks!}
:ui/highlight-recent-blocks {:binding "mod+c mod+r"
:fn state/toggle-highlight-recent-blocks!}
:ui/toggle-settings {:binding (if mac? ["t s" "mod+,"] "t s")
:fn ui-handler/toggle-settings-modal!}