Skip to content

Commit

Permalink
Save as .md fix (#44)
Browse files Browse the repository at this point in the history
Update dialogs to save as .md
  • Loading branch information
Orionx86 authored and dvcrn committed May 20, 2016
1 parent 08a8c6d commit 7908f1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cljs/markright/dialogs.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
(defn save-dialog [win]
(.showSaveDialog dialog
win
#js {:filters #js [#js {:name "All Files"
:extensions #js ["*"]}]}))
#js {:filters #js [#js {:name "Markdown"
:extensions #js ["md"]}]}))
(defn open-dialog [win]
(.showOpenDialog dialog
win
Expand Down

0 comments on commit 7908f1f

Please sign in to comment.