1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:47:28 +08:00

Merge pull request #23332 from peppy/fix-exclusive-fullscreen-detection

Fix exclusive fullscreen notice showing false positives for new renderers
This commit is contained in:
Bartłomiej Dach 2023-04-29 15:30:04 +02:00 committed by GitHub
commit 6a04708a7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -256,7 +256,7 @@ namespace osu.Game.Overlays.Settings.Sections.Graphics
return;
}
if (host.Window is WindowsWindow)
if (host.Renderer is IWindowsRenderer)
{
switch (fullscreenCapability.Value)
{