mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
chore: show version when hovering the refresh button
This commit is contained in:
@@ -95,7 +95,8 @@
|
||||
[:a
|
||||
{:on-click #(nfs-handler/refresh! repo
|
||||
repo-handler/create-today-journal!)
|
||||
:title (str "Sync files with the local directory: " (config/get-local-dir repo))}
|
||||
:title (str "Sync files with the local directory: " (config/get-local-dir repo) ".\nVersion: "
|
||||
version/version)}
|
||||
svg/refresh]])
|
||||
(let [changed-files (state/sub [:repo/changed-files repo])
|
||||
should-push? (seq changed-files)
|
||||
|
||||
Reference in New Issue
Block a user