Skip to content

Commit

Permalink
fix file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
sprocketc committed Mar 1, 2024
1 parent ebc05fc commit 6cc3a40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/file.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
(def dialog-options
{:defaultPath default-path
;; https://www.electronjs.org/docs/api/structures/file-filter#filefilter-object
:filters [{:name "edn"
:extensions ["edn"]}]})
:filters [{:name "rso"
:extensions ["rso"]}]})

(defn write-to-file
[file-path data f]
Expand Down

0 comments on commit 6cc3a40

Please sign in to comment.