This commit is contained in:
Roman Volosovskyi 2017-04-14 16:26:01 +03:00
parent 1b5c758098
commit b6f220d425
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@
(defn browse [link]
(let [list-selection-fn (:list-selection-fn platform-specific)]
(list-selection-fn {:title (label :t/browsing-title)
:options [(label :t/browsing-browse) (label :t/browsing-open-in-web-browser)]
:options [{:text (label :t/browsing-browse)}
{:text (label :t/browsing-open-in-web-browser)}]
:callback (fn [index]
(case index
0 (do