Updated docs with settings app

This commit is contained in:
Prozilla 2023-08-05 15:46:28 +02:00
parent 3625c383ee
commit fca002a46a
No known key found for this signature in database
GPG key ID: 5858DFE71CAF31EE
3 changed files with 11 additions and 5 deletions

View file

@ -6,8 +6,8 @@ Most code for features can be found in the [features](../../src/features) direct
## Table of Contents
- [Applications](./applications/README.md)
- [Virtual Drive](./virtual-drive//README.md)
- [Windows](./windows/README.md)
- [Taskbar](./taskbar/README.md)
- [Settings](./settings/README.md)
- [Applications](applications/README.md)
- [Virtual Drive](virtual-drive//README.md)
- [Windows](windows/README.md)
- [Taskbar](taskbar/README.md)
- [Settings](settings/README.md)

View file

@ -10,6 +10,7 @@ Applications (sometimes shortened to apps) are processes that open a window when
- [<img src="../../../public/media/applications/icons/file-explorer.svg" width=20 height=20 style="vertical-align: middle; background: none;"/> File Explorer](file-explorer/README.md)
- [<img src="../../../public/media/applications/icons/media-viewer.svg" width=20 height=20 style="vertical-align: middle; background: none;"/> Media Viewer](media-viewer/README.md)
- [<img src="../../../public/media/applications/icons/text-editor.svg" width=20 height=20 style="vertical-align: middle; background: none;"/> Text Editor](text-editor/README.md)
- [<img src="../../../public/media/applications/icons/settings.svg" width=20 height=20 style="vertical-align: middle; background: none;"/> Settings](settings/README.md)
## Common components

View file

@ -0,0 +1,5 @@
[← Back](../README.md)
# <img src="../../../../public/media/applications/icons/settings.svg" width=30 height=30 style="vertical-align: middle; background: none;"/> Settings
Allows the user to change their settings and personalize their instance of ProzillaOS.