MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / csdAvailable

Method csdAvailable

app/src/Platform/NativeWindow_CSD.cpp:77–80  ·  view source on GitHub ↗

* @brief Returns true when the custom CSD chrome is the active decoration scheme. */

Source from the content-addressed store, hash-verified

75 * @brief Returns true when the custom CSD chrome is the active decoration scheme.
76 */
77bool NativeWindow::csdAvailable() const
78{
79 return !isWindows11();
80}
81
82/**
83 * @brief Returns whether the custom CSD decorations are enabled.

Callers

nothing calls this directly

Calls 1

isWindows11Function · 0.85

Tested by

no test coverage detected