Commented out some settings
This commit is contained in:
parent
ab8e974b21
commit
8b670028ed
@ -98,6 +98,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!--
|
||||||
<BaseAccordion class="settings-group">
|
<BaseAccordion class="settings-group">
|
||||||
<template #title>
|
<template #title>
|
||||||
<h3 class="settings-group__header">
|
<h3 class="settings-group__header">
|
||||||
@ -111,6 +112,7 @@
|
|||||||
<span class="checkbox-text">{{ $t('settings.logs.areLogsActive') }}</span>
|
<span class="checkbox-text">{{ $t('settings.logs.areLogsActive') }}</span>
|
||||||
</label>
|
</label>
|
||||||
</BaseAccordion>
|
</BaseAccordion>
|
||||||
|
-->
|
||||||
|
|
||||||
<BaseAccordion class="settings-group">
|
<BaseAccordion class="settings-group">
|
||||||
<template #title>
|
<template #title>
|
||||||
@ -661,11 +663,13 @@
|
|||||||
<span>{{ previewVolume }}%</span>
|
<span>{{ previewVolume }}%</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!--
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<p class="input-group-text">{{ $t('settings.other.executeCommand.title') }}</p>
|
<p class="input-group-text">{{ $t('settings.other.executeCommand.title') }}</p>
|
||||||
<p class="secondary-text">{{ $t('settings.other.executeCommand.description') }}</p>
|
<p class="secondary-text">{{ $t('settings.other.executeCommand.description') }}</p>
|
||||||
<input v-model="settings.executeCommand" type="text" />
|
<input v-model="settings.executeCommand" type="text" />
|
||||||
</div>
|
</div>
|
||||||
|
-->
|
||||||
</BaseAccordion>
|
</BaseAccordion>
|
||||||
|
|
||||||
<BaseAccordion class="settings-group">
|
<BaseAccordion class="settings-group">
|
||||||
|
@ -41,13 +41,13 @@ export const links = [
|
|||||||
icon: 'settings',
|
icon: 'settings',
|
||||||
label: 'sidebar.settings'
|
label: 'sidebar.settings'
|
||||||
},
|
},
|
||||||
{
|
/* {
|
||||||
name: 'logs',
|
name: 'logs',
|
||||||
ariaLabel: 'logs',
|
ariaLabel: 'logs',
|
||||||
routerName: 'Logs',
|
routerName: 'Logs',
|
||||||
icon: 'description',
|
icon: 'description',
|
||||||
label: 'sidebar.logs'
|
label: 'sidebar.logs'
|
||||||
},
|
}, */
|
||||||
{
|
{
|
||||||
name: 'about',
|
name: 'about',
|
||||||
ariaLabel: 'info',
|
ariaLabel: 'info',
|
||||||
|
Loading…
Reference in New Issue
Block a user