[#181] cleanup to prep draft PR for PR

This commit is contained in:
Robin Scholtes 2023-05-10 23:08:14 +12:00
parent a7a76ec7ef
commit 9fbef2c163
6 changed files with 7 additions and 7 deletions

View file

@ -60,7 +60,6 @@ class App {
document.dispatchEvent(this.manager.appstart);
this.initialiseUI();
this.setCompileMessage();
this.loadLocalStorage();
this.populateOperationsList();
this.manager.setup();
@ -472,8 +471,9 @@ class App {
this.saveFavourites(favourites);
this.loadFavourites();
this.populateOperationsList();
this.manager.recipe.updateSelectedOperations();
this.manager.recipe.initialiseOperationDragNDrop();
this.manager.recipe.updateSelectedOperations();
}
/**
@ -875,6 +875,7 @@ class App {
*/
setDesktopUI(minimise) {
$("[data-toggle=tooltip]").tooltip("enable");
this.setCompileMessage();
this.setDesktopSplitter(minimise);
this.adjustComponentSizes();
this.populateOperationsList();