[Kernel] Changed default notification position

This commit is contained in:
Gliniak 2023-03-08 10:59:08 +01:00
parent 0ec65be5ff
commit 202ab76300
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ class KernelState {
bool Save(ByteStream* stream);
bool Restore(ByteStream* stream);
uint32_t notification_position_ = 0;
uint32_t notification_position_ = 2;
private:
void LoadKernelModule(object_ref<KernelModule> kernel_module);