osu/osu.Game/Overlays/Settings
Dean Herbert 6929be49b7 Change condition for exclusive fullscreen notice to only show when using the correct renderer
This avoids the notice showing when running on windows, but using the
newer renderers (where the underlying logic hasn't been tested properly
and can result in false-positives).

Supersedes https://github.com/ppy/osu-framework/pull/5759 as a more
correct implementation.
2023-04-28 22:36:30 +09:00
..
Sections Change condition for exclusive fullscreen notice to only show when using the correct renderer 2023-04-28 22:36:30 +09:00
DangerousSettingsButton.cs
ISettingsItem.cs
OutlinedTextBox.cs
RulesetSettingsSubsection.cs
SettingsButton.cs Add support for externally specified keywords in SettingsButtons 2023-01-23 15:10:26 +09:00
SettingsCheckbox.cs
SettingsDropdown.cs
SettingsEnumDropdown.cs
SettingsFooter.cs Always make settings footer build display clickable 2023-01-24 00:21:39 -08:00
SettingsHeader.cs
SettingsItem.cs
SettingsNumberBox.cs
SettingsPercentageSlider.cs Display corner radius setting as percentage 2023-03-07 19:43:52 +01:00
SettingsSection.cs
SettingsSidebar.cs
SettingsSlider.cs Rename NormalSliderBar.cs to RoundedSliderBar.cs 2023-02-02 17:24:45 +01:00
SettingsSubsection.cs
SettingsTextBox.cs
SidebarButton.cs
SidebarIconButton.cs