Skip to content

Commit b706bfd

Browse files
committed
Fixed issue after rebase in Help.vue
1 parent 6cf6a9e commit b706bfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/Help.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<br/>
6262
</p>
6363
<template v-if="doorstopTarget.length > 0">
64-
<p>
64+
<p class="margin-top">
6565
<button class="button" @click="copyLaunchArgsToClipboard" v-if="!copyingDoorstopText">
6666
<i class="fas fa-clipboard"></i>
6767
<span class="margin-left--half-width smaller-font">
@@ -151,7 +151,7 @@ const appName = computed(() => ManagerInformation.APP_NAME);
151151
watchEffect(async () => {
152152
const loaderArgs = doorstopTarget.value;
153153
const prerequisiteText = ComputedWrapperLaunchArguments.value;
154-
if (process.platform === 'win32') {
154+
if (window.app.getPlatform() === 'win32') {
155155
launchArgs.value = loaderArgs;
156156
return;
157157
}

0 commit comments

Comments
 (0)