This commit is contained in:
朱子楚\zhuzi
2024-04-03 21:52:26 +08:00
parent be34220652
commit ef96618151
22 changed files with 71 additions and 57 deletions

View File

@ -33,7 +33,7 @@ Q_IMPORT_QML_PLUGIN(FluentUIPlugin)
int main(int argc, char *argv[])
{
#ifdef WIN32
::SetUnhandledExceptionFilter(MyUnhandledExceptionFilter);
// ::SetUnhandledExceptionFilter(MyUnhandledExceptionFilter);
qputenv("QT_QPA_PLATFORM","windows:darkmode=2");
#endif
#if (QT_VERSION >= QT_VERSION_CHECK(6, 0, 0))