Fix the Start Tour button. (#72)

pull/73/head^2
Oaddy 2 years ago committed by GitHub
parent af30933864
commit ca4fca1357
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -189,7 +189,7 @@ export default (goosemodScope, gmSettings, Items) => {
buttonText: '#settings.items.start_tour.button#',
onclick: async () => {
document.querySelector('.closeButton-1tv5uR').click(); // Close settings
goosemodScope.settings.closeSettings();
goosemodScope.ootb.start();
}

Loading…
Cancel
Save