mirror of
https://github.com/amiayweb/Hytale-F2P.git
synced 2026-02-26 19:51:57 -03:00
Deleting garbage envs
This commit is contained in:
@@ -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';
|
||||||
|
|||||||
Reference in New Issue
Block a user