mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +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 AccountSettings from "./account"
|
||||
import ApparenceSettings from "./apparence"
|
||||
import ExtensionsSettings from "./extensions"
|
||||
|
||||
export default {
|
||||
app: {
|
||||
@ -18,4 +19,9 @@ export default {
|
||||
label: "Apparence",
|
||||
settings: ApparenceSettings
|
||||
},
|
||||
extensions: {
|
||||
icon: "MdOutlineWidgets",
|
||||
label: "Extensions",
|
||||
settings: ExtensionsSettings
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user