···11cmake_minimum_required(VERSION 3.24)
2233-project(pocb VERSION 0.1.1 LANGUAGES CXX OBJCXX)
33+project(pocb VERSION 0.1.0 LANGUAGES CXX OBJCXX)
4455set(CMAKE_CXX_STANDARD 20)
66set(CMAKE_CXX_STANDARD_REQUIRED ON)
+1-1
src/app/BrowserWindow.cpp
···6161 setAttribute(Qt::WA_TranslucentBackground);
6262 setAttribute(Qt::WA_NoSystemBackground);
6363 setAutoFillBackground(false);
6464-#ifdef Q_OS_MACOS
6464+#if defined(Q_OS_MACOS) && QT_VERSION >= QT_VERSION_CHECK(6, 9, 0)
6565 // Qt 6.9+ flags: extend the client area under the titlebar and stop Qt
6666 // from reserving safe-area margins for the titlebar in the central
6767 // widget. Without these, QMainWindow leaves a band of empty space at the