mirror of
https://github.com/deskflow/deskflow.git
synced 2026-06-19 21:12:01 +08:00
Fixed Mac crashes instantly on syntool segfault #4581
This commit is contained in:
parent
932b0f0c55
commit
be1769e4a5
@ -255,6 +255,7 @@ App::runEventsLoop(void*)
|
||||
MinimalApp::MinimalApp() :
|
||||
App(NULL, NULL, new ArgsBase())
|
||||
{
|
||||
m_arch.init();
|
||||
setEvents(m_events);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user