Add core:show-welcome-tour action and logic to display on first-run

This commit is contained in:
Nick O'Leary
2021-09-27 16:42:51 +01:00
parent e20cfb3dae
commit e9e03c945b
8 changed files with 151 additions and 43 deletions

View File

@@ -19,7 +19,6 @@ RED.settings = (function () {
var loadedSettings = {};
var userSettings = {};
var settingsDirty = false;
var pendingSave;
var hasLocalStorage = function () {