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