Feat: Custom modules can now be created through a JSON file. (#887)
* Feat: Custom modules can now be created through a JSON file. * Added the ability to consume labels and icons. * Add all properties but styling. * Wrap up implementation. * Rename custom modules to basic modules to make way for new actually custom modules.
This commit is contained in:
@@ -16,7 +16,7 @@ export const themePages = [
|
||||
'System Tray',
|
||||
'Volume Menu',
|
||||
'Power Menu',
|
||||
'Custom Modules',
|
||||
'Basic Modules',
|
||||
] as const;
|
||||
|
||||
export const configPages = [
|
||||
@@ -28,7 +28,7 @@ export const configPages = [
|
||||
'Volume',
|
||||
'Clock Menu',
|
||||
'Dashboard Menu',
|
||||
'Custom Modules',
|
||||
'Basic Modules',
|
||||
'Power Menu',
|
||||
] as const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user