antos-frontend/src/packages/Setting
2022-08-24 14:45:11 +02:00
..
AppAndServiceHandle.ts fix: fix icon display problem when application is installed, remove all related settings when an application is uinstalled 2022-08-24 14:45:11 +02: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 fix: fix icon display problem when application is installed, remove all related settings when an application is uinstalled 2022-08-24 14:45:11 +02:00
README.md fix: fix icon display problem when application is installed, remove all related settings when an application is uinstalled 2022-08-24 14:45:11 +02:00
scheme.html Add features: 2021-06-13 12:07:52 +02:00
StartupHandle.ts fix: fix icon display problem when application is installed, remove all related settings when an application is uinstalled 2022-08-24 14:45:11 +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: minor bug fix on UI -v0.1.2-b: add README