forked from Berry-Dash/launcher
Let the user approve revision updates before proceeding
This commit is contained in:
@@ -42,6 +42,7 @@ type GlobalCtxType = {
|
||||
} | null
|
||||
viewingInfoFromDownloads: boolean
|
||||
version: string | null
|
||||
downloadVersions: (list: string[]) => Promise<void>
|
||||
}
|
||||
|
||||
const GlobalCtx = createContext<GlobalCtxType | null>(null)
|
||||
|
||||
Reference in New Issue
Block a user