core: enter unsafe state on boot if there are no mons

This commit is contained in:
Vaxry 2025-07-22 11:14:04 +02:00
parent 873914a2a6
commit fdbbad04bb
No known key found for this signature in database
GPG key ID: 665806380871D640

View file

@ -716,6 +716,9 @@ void CCompositor::prepareFallbackOutput() {
}
headless->createOutput();
if (m_monitors.empty())
enterUnsafeState();
}
void CCompositor::startCompositor() {