v0.6.5 various updates

This commit is contained in:
2026-03-10 18:16:05 -04:00
parent 09e6a75a9b
commit 2d21aac35f
11 changed files with 33 additions and 9 deletions

View File

@@ -22,7 +22,6 @@ export default function HelpModal({ onClose, dismissed: initialDismissed }) {
setDismissed(val);
try {
await api.dismissHelp(val);
if (val) onClose(); // immediately close when "do not show again" checked
} catch (_) {}
};