mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-07 21:07:23 +08:00
chore: Set default values for m_foreground and m_activeDesktop MSWindowsWatchdog
This commit is contained in:
parent
58cb2b76de
commit
51ec36f23d
@ -77,8 +77,8 @@ private:
|
||||
MSWindowsSession m_session;
|
||||
int m_startFailures = 0;
|
||||
FileLogOutputter *m_fileLogOutputter = nullptr;
|
||||
bool m_foreground;
|
||||
std::string m_activeDesktop;
|
||||
bool m_foreground = false;
|
||||
std::string m_activeDesktop = "";
|
||||
std::unique_ptr<deskflow::platform::MSWindowsProcess> m_process;
|
||||
std::optional<double> m_nextStartTime = std::nullopt;
|
||||
ProcessState m_processState = ProcessState::Idle;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user