forked from Berry-Dash/launcher
Finish info popup
This commit is contained in:
@@ -34,6 +34,7 @@ type GlobalCtxType = {
|
||||
installed: number
|
||||
total: number
|
||||
} | null
|
||||
viewingInfoFromDownloads: boolean
|
||||
}
|
||||
|
||||
const GlobalCtx = createContext<GlobalCtxType | null>(null)
|
||||
|
||||
Reference in New Issue
Block a user