Skip to content

Commit

Permalink
prevent linux shebang banner opening and closing on script load
Browse files Browse the repository at this point in the history
  • Loading branch information
sadnub committed Oct 29, 2023
1 parent 076ab0c commit 7d5216a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/scripts/ScriptFormModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</q-btn>
</q-bar>
<q-banner
v-if="missingShebang"
v-if="script.script_body && missingShebang"
dense
inline-actions
class="text-black bg-warning"
Expand Down

0 comments on commit 7d5216a

Please sign in to comment.