mirror of
https://gitea.shironeko-all.duckdns.org/shironeko/Hytale-F2P-2.git
synced 2026-02-26 02:31:46 -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...');
|
||||
|
||||
const envVars = {
|
||||
SDL_VIDEODRIVER: 'wayland',
|
||||
GDK_BACKEND: 'wayland',
|
||||
QT_QPA_PLATFORM: 'wayland',
|
||||
MOZ_ENABLE_WAYLAND: '1',
|
||||
_JAVA_AWT_WM_NONREPARENTING: '1'
|
||||
SDL_VIDEODRIVER: 'wayland'
|
||||
};
|
||||
|
||||
envVars.ELECTRON_OZONE_PLATFORM_HINT = 'wayland';
|
||||
|
||||
Reference in New Issue
Block a user