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

Remove outdated windows media workaround

Thanks to Artem Dyomin for fixing this <3
This commit is contained in:
Elias Steurer 2024-10-26 17:57:32 +02:00
parent f2aea13a3f
commit 052b8ab8d1

View File

@ -30,12 +30,6 @@ int main(int argc, char* argv[])
using namespace ScreenPlay;
QtWebEngineQuick::initialize();
#if defined(Q_OS_WIN)
// Workaround for Qt 6.5.1 crash https://bugreports.qt.io/browse/QTBUG-113832
qputenv("QT_DISABLE_HW_TEXTURES_CONVERSION", "1");
qputenv("QT_MEDIA_BACKEND", "ffmpeg");
#endif
QGuiApplication app(argc, argv);
QCoreApplication::setApplicationName("ScreenPlayWallpaper");