[Kernel] Changed default notification position
This commit is contained in:
parent
0ec65be5ff
commit
202ab76300
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue