aboutsummaryrefslogtreecommitdiffstats
path: root/helpers/appList.js
diff options
context:
space:
mode:
authorGravatar piotrruss <mail@pruss.it> 2021-08-22 14:33:54 +0200
committerGravatar piotrruss <mail@pruss.it> 2021-08-29 15:35:49 +0200
commit9f74c550927671f4ded301d0cf3e9d592716375c (patch)
tree6075bead5939bfb9c3b6137fc5ef865f088b57cb /helpers/appList.js
parent71cc09db93ec9b079a30593e14ca57c98fdc94ac (diff)
downloadmy_apps-9f74c550927671f4ded301d0cf3e9d592716375c.tar.gz
my_apps-9f74c550927671f4ded301d0cf3e9d592716375c.tar.bz2
my_apps-9f74c550927671f4ded301d0cf3e9d592716375c.zip
settings
Diffstat (limited to 'helpers/appList.js')
-rw-r--r--helpers/appList.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/helpers/appList.js b/helpers/appList.js
new file mode 100644
index 0000000..a114a70
--- /dev/null
+++ b/helpers/appList.js
@@ -0,0 +1,8 @@
+import {Notes, Settings} from 'apps'
+
+const appList = {
+ Notes: {component: Notes, icon: true, buttons: ['min', 'max', 'close'], height: '64em', width: '64em'},
+ Settings: {component: Settings, icon: false, buttons: ['min'], height: '23em', width: '20em'},
+};
+
+export default appList