antos-frontend/src/packages/Setting
DanyLE 2fd4bb5c96 Bug fix + improvement:
- About dialog now can display package README file
- Fix: double click handling on grid view
- add README to packages
- support source map in release version
2022-07-19 20:57:12 +02:00
..
AppAndServiceHandle.ts update announcement system 2021-11-24 22:15:25 +01:00
AppearanceHandle.ts add more type, all defaults apps are now in typescript 2020-06-04 17:49:48 +02:00
LocaleHandle.ts add more type, all defaults apps are now in typescript 2020-06-04 17:49:48 +02:00
main.css Add features: 2021-06-13 12:07:52 +02:00
main.ts Add features: 2021-06-13 12:07:52 +02:00
Makefile Bug fix + improvement: 2022-07-19 20:57:12 +02:00
package.json Bug fix + improvement: 2022-07-19 20:57:12 +02:00
README.md Bug fix + improvement: 2022-07-19 20:57:12 +02:00
scheme.html Add features: 2021-06-13 12:07:52 +02:00
StartupHandle.ts Add features: 2021-06-13 12:07:52 +02:00
VFSHandle.ts self-closing xml should not be used in custom tag scheme 2021-06-13 12:07:52 +02:00

Setting: AntOS system setting and configuration

GUI based system setting application for AntOS.

In-depth system settings can be found and modified in .settings.json file stored in HOME directory of current user.

CAUTION:without using the Setting application, users can modify .settings.json with their own risk. In case of system anormaly after the modification, the system settings can be reset to default by simply removing the setting file

Change logs

-v0.1.2-b: add README