1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-07 03:22:33 +01:00

Add dark window frame decoration support

This commit is contained in:
Elias Steurer 2022-11-02 11:32:23 +01:00
parent 8d363b02fd
commit 7216ac2d91

View File

@ -49,7 +49,8 @@ Q_IMPORT_QML_PLUGIN(ScreenPlayWorkshopPlugin)
int main(int argc, char* argv[])
{
// https://bugreports.qt.io/browse/QTBUG-72028
qputenv("QT_QPA_PLATFORM", "windows:darkmode=2");
QApplication qtGuiApp(argc, argv);
ScreenPlay::App app;