mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 16:28:38 +09:00
Issue #2847 - Extend -moz-os-version media query with win11.
Resolves #2847
This commit is contained in:
parent
7af71cb345
commit
723180132d
3 changed files with 6 additions and 2 deletions
|
|
@ -87,7 +87,8 @@ const OperatingSystemVersionInfo osVersionStrings[] = {
|
|||
{ LookAndFeel::eOperatingSystemVersion_WindowsVista, L"windows-vista" },
|
||||
{ LookAndFeel::eOperatingSystemVersion_Windows7, L"windows-win7" },
|
||||
{ LookAndFeel::eOperatingSystemVersion_Windows8, L"windows-win8" },
|
||||
{ LookAndFeel::eOperatingSystemVersion_Windows10, L"windows-win10" }
|
||||
{ LookAndFeel::eOperatingSystemVersion_Windows10, L"windows-win10" },
|
||||
{ LookAndFeel::eOperatingSystemVersion_Windows11, L"windows-win11" }
|
||||
};
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue