aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
Diffstat (limited to 'configs')
-rw-r--r--configs/appList.js2
1 files changed, 1 insertions, 1 deletions
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' }
}