Merge branch 'develop' of https://github.com/amiayweb/Hytale-F2P into develop

This commit is contained in:
Fazri Gading
2026-01-25 20:22:49 +08:00

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';