mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-04 21:04:59 +08:00
refactor: MainWindow, do not reinit serverconfig
This commit is contained in:
parent
def479bc7b
commit
495a5e6479
@ -62,7 +62,6 @@ using CoreProcessState = CoreProcess::ProcessState;
|
||||
|
||||
MainWindow::MainWindow()
|
||||
: ui{std::make_unique<Ui::MainWindow>()},
|
||||
m_serverConfig(),
|
||||
m_coreProcess(m_serverConfig),
|
||||
m_serverConnection(this, m_serverConfig),
|
||||
m_clientConnection(this),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user