Finish info popup

This commit is contained in:
2025-11-05 11:03:13 -07:00
parent 242a130957
commit a971616858
4 changed files with 47 additions and 10 deletions

View File

@@ -34,6 +34,7 @@ type GlobalCtxType = {
installed: number
total: number
} | null
viewingInfoFromDownloads: boolean
}
const GlobalCtx = createContext<GlobalCtxType | null>(null)