mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-13 21:13:31 +08:00
Fix Enterprise
This commit is contained in:
parent
5f728e00aa
commit
befd8d2ce3
@ -1277,7 +1277,7 @@ void MainWindow::on_m_pActionAbout_triggered()
|
||||
dlg.exec();
|
||||
}
|
||||
#else
|
||||
AboutDialog dlg(this, appConfig());
|
||||
AboutDialogBusiness dlg(this, appConfig());
|
||||
dlg.exec();
|
||||
#endif
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user