From 273af9ef54ee41adb3cf0158dbfc6606cae3c46a Mon Sep 17 00:00:00 2001 From: BomberFish Date: Sat, 31 Aug 2024 21:33:56 -0400 Subject: [PATCH] regedit --- dreamlandjs | 2 +- public/assets/icons/regedit.svg | 25 +++ public/assets/icons/system-monitor.svg | 9 + public/index.html | 1 + src/Boot.tsx | 3 + src/api/Settings.ts | 16 +- src/coreapps/RegEdit.tsx | 274 +++++++++++++++++++++++++ src/coreapps/TaskManager.tsx | 2 +- v86 | 2 +- x86_image_wizard/twisp | 2 +- 10 files changed, 327 insertions(+), 9 deletions(-) create mode 100644 public/assets/icons/regedit.svg create mode 100644 public/assets/icons/system-monitor.svg create mode 100644 src/coreapps/RegEdit.tsx diff --git a/dreamlandjs b/dreamlandjs index ed51ad6f..108d3033 160000 --- a/dreamlandjs +++ b/dreamlandjs @@ -1 +1 @@ -Subproject commit ed51ad6fc47e2522617222da2a05b05b96ae22f8 +Subproject commit 108d3033da31832f428a003520f1f116346edd0e diff --git a/public/assets/icons/regedit.svg b/public/assets/icons/regedit.svg new file mode 100644 index 00000000..e136aac5 --- /dev/null +++ b/public/assets/icons/regedit.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/assets/icons/system-monitor.svg b/public/assets/icons/system-monitor.svg new file mode 100644 index 00000000..c63c3f66 --- /dev/null +++ b/public/assets/icons/system-monitor.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/index.html b/public/index.html index 9fee45df..9078ade5 100755 --- a/public/index.html +++ b/public/index.html @@ -102,6 +102,7 @@ > +