Deleting garbage envs

This commit is contained in:
Terromur
2026-01-25 17:17:36 +05:00
committed by GitHub
parent f07e4a2004
commit 0ca8b4e02f

View File

@@ -53,11 +53,7 @@ function setupWaylandEnvironment() {
console.log('Detected Wayland session, configuring environment...'); console.log('Detected Wayland session, configuring environment...');
const envVars = { const envVars = {
SDL_VIDEODRIVER: 'wayland', SDL_VIDEODRIVER: 'wayland'
GDK_BACKEND: 'wayland',
QT_QPA_PLATFORM: 'wayland',
MOZ_ENABLE_WAYLAND: '1',
_JAVA_AWT_WM_NONREPARENTING: '1'
}; };
envVars.ELECTRON_OZONE_PLATFORM_HINT = 'wayland'; envVars.ELECTRON_OZONE_PLATFORM_HINT = 'wayland';