enhance: enable db backup on desktop

This commit is contained in:
Tienson Qin
2025-12-24 15:37:05 +08:00
parent 1ae9e2c496
commit 5132eddd95
2 changed files with 2 additions and 3 deletions

View File

@@ -139,8 +139,7 @@
"Export debug transit file"]
[:p.text-sm.opacity-70.mb-0 "Exports to a .transit file to send to us for debugging. Any sensitive data will be removed in the exported file."]])
(when (and db-based? util/web-platform?
(not (util/mobile?)))
(when (and db-based? (not (util/mobile?)))
[:div
[:hr]
(auto-backup)])]])))