add a favorite menu to agent's context menu for easy way to run scripts

This commit is contained in:
wh1te909
2020-12-14 11:28:00 +00:00
parent 3416a71ebd
commit aebe855078
4 changed files with 83 additions and 11 deletions

View File

@@ -103,6 +103,7 @@
flat
class="q-ml-sm"
:label="showCommunityScripts ? 'Hide Community Scripts' : 'Show Community Scripts'"
:icon="showCommunityScripts ? 'visibility_off' : 'visibility'"
@click="setShowCommunityScripts(!showCommunityScripts)"
/>
<q-space />