[Kernel] - restrict kXNotificationLiveConnectionChanged to startup

- allow for dashboard to show achievements and themes again.
This commit is contained in:
The-Little-Wolf
2025-08-08 13:06:20 -07:00
committed by Radosław Gliński
parent 06456c20fc
commit 64b7695f52
2 changed files with 3 additions and 1 deletions

View File

@@ -358,6 +358,7 @@ class KernelState {
std::unordered_map<uint32_t, XThread*> threads_by_id_;
std::vector<object_ref<XNotifyListener>> notify_listeners_;
bool has_notified_startup_ = false;
bool has_notified_live_startup_ = false;
object_ref<UserModule> executable_module_;
std::vector<object_ref<KernelModule>> kernel_modules_;