Skip to content

Commit

Permalink
app: Fixed duplicate init call to system/app/list procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
cederberg committed Nov 21, 2023
1 parent 4791d48 commit 236769b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/system/files/app/start/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ StartApp.prototype.start = function () {
MochiKit.Signal.connect(this.ui.tourTabsLocate, "onclick", this, "_tourLocateTabs");

// Init app list
this.proc.appList();
this._initApps();
};

/**
Expand Down

0 comments on commit 236769b

Please sign in to comment.