We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b7a84 commit e7e172eCopy full SHA for e7e172e
src/pages/Manager.vue
@@ -128,7 +128,7 @@
128
<DownloadProgressModal />
129
<DownloadModVersionSelectModal />
130
<UpdateAllInstalledModsModal />
131
- <LaunchTypeModal v-if="process.platform === 'linux'"/>
+ <LaunchTypeModal v-if="['linux', 'darwin'].includes(process.platform)"/>
132
133
<div class="router-view">
134
<router-view name="subview" v-on:setting-invoked="handleSettingsCallbacks($event)" />
0 commit comments