From 618694df599da5a2027a6f7bcd9b0bf58ead309d Mon Sep 17 00:00:00 2001 From: piotrruss Date: Fri, 1 Apr 2022 01:05:07 +0000 Subject: Added Calculator app --- configs/appList.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configs/appList.js') diff --git a/configs/appList.js b/configs/appList.js index b5f1eac..83535a3 100644 --- a/configs/appList.js +++ b/configs/appList.js @@ -1,6 +1,7 @@ -import { Notes, Player, Settings, Youtube } from 'apps' +import { Calculator, Notes, Player, Settings, Youtube } from 'apps' const appList = { + Calculator: { component: Calculator, icon: true, buttons: ['min', 'close'], height: '40em', width: '30em' }, Notes: { component: Notes, icon: true, buttons: ['min', 'max', 'close'], height: '48em', width: '64em' }, Player: { component: Player, icon: true, buttons: ['min', 'max', 'close'], height: '48em', width: '64em' }, Settings: { component: Settings, icon: false, buttons: ['min'], height: '23em', width: '16em' }, -- cgit v1.2.3