forked from Berry-Dash/launcher
Add version number to settings page
This commit is contained in:
@@ -35,6 +35,7 @@ type GlobalCtxType = {
|
||||
total: number
|
||||
} | null
|
||||
viewingInfoFromDownloads: boolean
|
||||
version: string | null
|
||||
}
|
||||
|
||||
const GlobalCtx = createContext<GlobalCtxType | null>(null)
|
||||
|
||||
Reference in New Issue
Block a user