From 50d781d0bdcac217f2bc037abe087a00019edba5 Mon Sep 17 00:00:00 2001 From: piotrruss Date: Thu, 26 May 2022 20:52:17 +0100 Subject: make settings app closeable --- configs/appList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs') diff --git a/configs/appList.js b/configs/appList.js index 7bfec3e..13ca6d6 100644 --- a/configs/appList.js +++ b/configs/appList.js @@ -4,7 +4,7 @@ const appList = { Calculator: { component: Calculator, icon: true, buttons: ['min', 'close'], height: '30em', width: '20em' }, 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' }, + Settings: { component: Settings, icon: false, buttons: ['min', 'close'], height: '23em', width: '16em' }, Youtube: { component: Youtube, icon: true, buttons: ['min', 'max', 'close'], height: '48em', width: '64em' } } -- cgit v1.2.3