We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a8eb67 commit e379ef4Copy full SHA for e379ef4
2 files changed
src/static/electerm-wechat-group-qr.jpg
-2.29 KB
src/views/parts/download.pug
@@ -136,7 +136,7 @@
136
const detectedOS = detectOS();
137
const recommended = getRecommendedDownload(detectedOS);
138
139
- if (recommended) {
+ if (recommended && detectedOS !== 'mac') {
140
const button = document.getElementById('primary-download-btn');
141
const osLabel = document.getElementById('detected-os');
142
const fileName = document.getElementById('download-filename');
0 commit comments