This commit is contained in:
Vaxry 2024-09-23 19:00:05 +01:00
parent 995543ed03
commit afe8d2a2b9
1 changed files with 3 additions and 0 deletions

View File

@ -166,6 +166,9 @@ bool Aquamarine::CBackend::start() {
b->onReady();
}
if (session)
session->onReady();
sessionFDs = session ? session->pollFDs() : std::vector<Hyprutils::Memory::CSharedPointer<SPollFD>>{};
return true;