feat(tray): Add runtime config option to enable/disable system tray (#4208)
This commit is contained in:
@@ -133,6 +133,14 @@ function removeCmd(index) {
|
||||
v-model="config.notify_pre_releases"
|
||||
default="false"
|
||||
></Checkbox>
|
||||
|
||||
<!-- Enable system tray -->
|
||||
<Checkbox class="mb-3"
|
||||
id="system_tray"
|
||||
locale-prefix="config"
|
||||
v-model="config.system_tray"
|
||||
default="true"
|
||||
></Checkbox>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user