mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 21:59:18 +02:00
Merge branch 'master' into develop
This commit is contained in:
commit
b95710bb3a
12 changed files with 99 additions and 10 deletions
|
@ -85,6 +85,7 @@ export default {
|
|||
let moderationLabel = this.$pgettext('Content/Admin/Menu', 'Moderation')
|
||||
let subsonicLabel = this.$pgettext('Content/Admin/Menu', 'Subsonic')
|
||||
let statisticsLabel = this.$pgettext('Content/Admin/Menu', 'Statistics')
|
||||
let uiLabel = this.$pgettext('Content/Admin/Menu', 'User Interface')
|
||||
let errorLabel = this.$pgettext('Content/Admin/Menu', 'Error reporting')
|
||||
return [
|
||||
{
|
||||
|
@ -143,6 +144,11 @@ export default {
|
|||
id: "subsonic",
|
||||
settings: ["subsonic__enabled"]
|
||||
},
|
||||
{
|
||||
label: uiLabel,
|
||||
id: "ui",
|
||||
settings: ["ui__custom_css"]
|
||||
},
|
||||
{
|
||||
label: statisticsLabel,
|
||||
id: "statistics",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue