Skip to content

Commit e7e172e

Browse files
committed
Extended Manager.vue to include Darwin platform type
1 parent b6b7a84 commit e7e172e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Manager.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<DownloadProgressModal />
129129
<DownloadModVersionSelectModal />
130130
<UpdateAllInstalledModsModal />
131-
<LaunchTypeModal v-if="process.platform === 'linux'"/>
131+
<LaunchTypeModal v-if="['linux', 'darwin'].includes(process.platform)"/>
132132

133133
<div class="router-view">
134134
<router-view name="subview" v-on:setting-invoked="handleSettingsCallbacks($event)" />

0 commit comments

Comments
 (0)