mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
added extension tab settings
This commit is contained in:
parent
75e35b234d
commit
2000562659
5
packages/app/constants/settings/extensions/index.jsx
Normal file
5
packages/app/constants/settings/extensions/index.jsx
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
import React from "react"
|
||||||
|
|
||||||
|
export default [
|
||||||
|
|
||||||
|
]
|
@ -1,6 +1,7 @@
|
|||||||
import AppSettings from "./app"
|
import AppSettings from "./app"
|
||||||
import AccountSettings from "./account"
|
import AccountSettings from "./account"
|
||||||
import ApparenceSettings from "./apparence"
|
import ApparenceSettings from "./apparence"
|
||||||
|
import ExtensionsSettings from "./extensions"
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
app: {
|
app: {
|
||||||
@ -18,4 +19,9 @@ export default {
|
|||||||
label: "Apparence",
|
label: "Apparence",
|
||||||
settings: ApparenceSettings
|
settings: ApparenceSettings
|
||||||
},
|
},
|
||||||
|
extensions: {
|
||||||
|
icon: "MdOutlineWidgets",
|
||||||
|
label: "Extensions",
|
||||||
|
settings: ExtensionsSettings
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user