Skip to content

Commit e379ef4

Browse files
committed
Fix download button for mac
1 parent 5a8eb67 commit e379ef4

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

-2.29 KB
Loading

src/views/parts/download.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
const detectedOS = detectOS();
137137
const recommended = getRecommendedDownload(detectedOS);
138138

139-
if (recommended) {
139+
if (recommended && detectedOS !== 'mac') {
140140
const button = document.getElementById('primary-download-btn');
141141
const osLabel = document.getElementById('detected-os');
142142
const fileName = document.getElementById('download-filename');

0 commit comments

Comments
 (0)