https://bugs.documentfoundation.org/show_bug.cgi?id=152534
Michael Weghorn <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|[email protected] |[email protected] |desktop.org | --- Comment #65 from Michael Weghorn <[email protected]> --- (In reply to V Stuart Foote from comment #63) > Do we get usable response with getOSVersion().startsWith(u"Windows 11"), is > the build version > 22000 a better test? `GetSalInstance()->getOSVersion()` returns a string starting with "Windows 11" based on the build version. Refactoring this a bit instead of relying on the string returned could indeed be a good idea, but can still be handled separately if this change is considered fine in general. > Anyhow, commit and we can test... thanks! Done now. Feedback welcome! -- You are receiving this mail because: You are the assignee for the bug.
