mirror of
https://git.sanhost.net/sanasol/hytale-f2p.git
synced 2026-02-26 14:51:48 -03:00
Merge branch 'develop' of https://github.com/amiayweb/Hytale-F2P into develop
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