mirror of
https://github.com/Novattz/creamlinux-installer.git
synced 2026-01-24 20:32:51 -05:00
unused var
This commit is contained in:
@@ -9,7 +9,7 @@ interface InitialLoadingScreenProps {
|
|||||||
/**
|
/**
|
||||||
* Initial loading screen displayed when the app first loads
|
* Initial loading screen displayed when the app first loads
|
||||||
*/
|
*/
|
||||||
const InitialLoadingScreen = ({ message, progress, onComplete }: InitialLoadingScreenProps) => {
|
const InitialLoadingScreen = ({ message, progress }: InitialLoadingScreenProps) => {
|
||||||
const [detailedStatus, setDetailedStatus] = useState<string[]>([
|
const [detailedStatus, setDetailedStatus] = useState<string[]>([
|
||||||
"Initializing application...",
|
"Initializing application...",
|
||||||
"Setting up Steam integration...",
|
"Setting up Steam integration...",
|
||||||
|
|||||||
Reference in New Issue
Block a user