Basic chat UI complete.

This commit is contained in:
rainbow napkin 2025-10-01 04:33:24 -04:00
parent f109314163
commit e81a4c0973
11 changed files with 393 additions and 71 deletions

View file

@ -64,6 +64,9 @@ class settingsPanel extends panelObj{
this.renderSettings();
this.setupInput();
//Call derived method
super.docSwitch();
}
/**