fix run on server missing for posix

This commit is contained in:
wh1te909
2024-10-28 21:26:14 +00:00
committed by sadnub
parent fada3c2ed7
commit 16b9bf1529

View File

@@ -140,9 +140,9 @@
/>
<q-checkbox v-model="state.save_all_output" label="Save all output" />
</q-card-section>
<q-card-section v-if="agent.plat === 'windows'">
<q-card-section>
<q-checkbox
v-if="!state.run_on_server"
v-if="agent.plat === 'windows' && !state.run_on_server"
v-model="state.run_as_user"
label="Run As User"
>