mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-08 18:33:30 +00:00
some stuffs work
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
if(param_get("experimental-wayland")) {
|
||||
use_backend("wayland","x11");
|
||||
} else {
|
||||
if (param_get("experimental-wayland")) {
|
||||
use_backend("wayland", "x11");
|
||||
}
|
||||
else {
|
||||
use_backend("x11");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user