2
0
forked from Ivasoft/DSView

on windows, able to use dark style for native title

This commit is contained in:
dreamsourcelabTAI
2024-01-19 15:13:54 +08:00
parent 3312a13906
commit ed65bba7e3
3 changed files with 91 additions and 3 deletions

View File

@@ -72,10 +72,10 @@ MainFrame::MainFrame()
AppControl::Instance()->SetTopWindow(this);
#ifdef Q_OS_DARWIN
_is_native_title = false;
#ifdef _WIN32
_is_native_title = true;
#else
_is_native_title = true;
_is_native_title = false;
#endif
setMinimumWidth(MainWindow::Min_Width);