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