slightly better again

This commit is contained in:
2023-12-16 01:27:32 +01:00
parent 427a6e470f
commit 96959e7b8f
4 changed files with 21 additions and 22 deletions

View File

@ -210,7 +210,7 @@ export class Editor {
loadUniverserFromUrl(this);
// Set the color scheme for the application
// this.readTheme(this.settings.theme);
this.readTheme(this.settings.theme);
}
private getBuffer(type: string): any {