We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be51956 commit 16b8897Copy full SHA for 16b8897
libs/remix-ui/app/src/lib/remix-app/remix-app.tsx
@@ -107,12 +107,11 @@ const RemixApp = (props: IRemixAppUi) => {
107
setShowEnterDialog(false)
108
localStorage.setItem('hadUsageTypeAsked', type)
109
110
- await props.app.appManager.call('walkthrough', 'start')
111
-
112
// Use the type to setup the UI accordingly
113
switch (type) {
114
case UsageTypes.Beginner: {
115
await props.app.appManager.call('manager', 'activatePlugin', 'LearnEth')
+ await props.app.appManager.call('walkthrough', 'start')
116
// const wName = 'Playground'
117
// const workspaces = await props.app.appManager.call('filePanel', 'getWorkspaces')
118
// if (!workspaces.find((workspace) => workspace.name === wName)) {
0 commit comments