fix: fix regression in welcome screen flicker (#2279)

This commit is contained in:
Best Codes
2025-04-22 11:33:12 -05:00
committed by GitHub
parent ab588f5877
commit cef2368491

View File

@@ -88,7 +88,7 @@ const getInitialView = (): ViewConfig => {
// Default case
return {
view: 'welcome',
view: 'loading',
viewOptions: {},
};
};