mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-21 06:02:15 +00:00
Removed DBusFilePicker
never should have been included tbh, i forgot to remove it lol
This commit is contained in:
parent
ed69f28113
commit
c3f7e1b47b
1 changed files with 0 additions and 1 deletions
|
|
@ -180,7 +180,6 @@ namespace Ryujinx.Ava
|
||||||
.UsePlatformDetect()
|
.UsePlatformDetect()
|
||||||
.With(new X11PlatformOptions
|
.With(new X11PlatformOptions
|
||||||
{
|
{
|
||||||
UseDBusFilePicker = false,
|
|
||||||
EnableMultiTouch = true,
|
EnableMultiTouch = true,
|
||||||
EnableIme = true,
|
EnableIme = true,
|
||||||
EnableInputFocusProxy = Environment.GetEnvironmentVariable("XDG_CURRENT_DESKTOP") == "gamescope",
|
EnableInputFocusProxy = Environment.GetEnvironmentVariable("XDG_CURRENT_DESKTOP") == "gamescope",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue