mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-27 01:38:39 +09:00
Remove unneeded if condition from SelfSupportBackend module.
This commit is contained in:
parent
0a597eafce
commit
d2df438fb1
1 changed files with 2 additions and 5 deletions
|
|
@ -85,11 +85,8 @@ var SelfSupportBackendInternal = {
|
|||
return;
|
||||
}
|
||||
|
||||
// Make sure UITour is enabled.
|
||||
if (true) {
|
||||
this._log.config("init - Disabling SelfSupport because UITour is disabled.");
|
||||
return;
|
||||
}
|
||||
this._log.config("init - Disabling SelfSupport because UITour is disabled.");
|
||||
return;
|
||||
|
||||
// Check the preferences to see if we want this to be active.
|
||||
if (!Preferences.get(PREF_ENABLED, true)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue