mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-19 23:24:23 +01:00
fix: fix regression in welcome screen flicker (#2279)
This commit is contained in:
@@ -88,7 +88,7 @@ const getInitialView = (): ViewConfig => {
|
|||||||
|
|
||||||
// Default case
|
// Default case
|
||||||
return {
|
return {
|
||||||
view: 'welcome',
|
view: 'loading',
|
||||||
viewOptions: {},
|
viewOptions: {},
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user