Misc Fix
Some checks are pending
Test / Test (push) Waiting to run

This commit is contained in:
thororen1234 2025-05-14 15:58:32 -04:00
parent 6309961063
commit 7ee8b29889
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ import { RendererSettings } from "./settings";
import { IS_VANILLA, THEMES_DIR } from "./utils/constants";
import { installExt } from "./utils/extensions";
if (IS_VESKTOP || !IS_VANILLA) {
if (IS_VESKTOP || IS_EQUIBOP || !IS_VANILLA) {
app.whenReady().then(() => {
// Source Maps! Maybe there's a better way but since the renderer is executed
// from a string I don't think any other form of sourcemaps would work