mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2026-01-15 12:15:02 +00:00
Updated initial context state for title
This commit is contained in:
@@ -13,7 +13,8 @@ export const initialProcessContextState: ProcessContextState = {
|
||||
maximize: () => undefined,
|
||||
minimize: () => undefined,
|
||||
open: () => undefined,
|
||||
processes: {}
|
||||
processes: {},
|
||||
title: () => undefined
|
||||
};
|
||||
|
||||
export const initialSessionContextState: SessionContextState = {
|
||||
|
||||
Reference in New Issue
Block a user