aboutsummaryrefslogtreecommitdiffstats
path: root/configs/appList.js
diff options
context:
space:
mode:
Diffstat (limited to 'configs/appList.js')
-rw-r--r--configs/appList.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/configs/appList.js b/configs/appList.js
index 6268e15..b5f1eac 100644
--- a/configs/appList.js
+++ b/configs/appList.js
@@ -1,8 +1,10 @@
-import { Notes, Settings } from 'apps'
+import { Notes, Player, Settings, Youtube } from 'apps'
const appList = {
Notes: { component: Notes, icon: true, buttons: ['min', 'max', 'close'], height: '48em', width: '64em' },
- Settings: { component: Settings, icon: false, buttons: ['min'], height: '23em', width: '16em' }
+ Player: { component: Player, icon: true, buttons: ['min', 'max', 'close'], height: '48em', width: '64em' },
+ Settings: { component: Settings, icon: false, buttons: ['min'], height: '23em', width: '16em' },
+ Youtube: { component: Youtube, icon: true, buttons: ['min', 'max', 'close'], height: '48em', width: '64em' }
}
export default appList