mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Make sure UITour is enabled.
|
this._log.config("init - Disabling SelfSupport because UITour is disabled.");
|
||||||
if (true) {
|
return;
|
||||||
this._log.config("init - Disabling SelfSupport because UITour is disabled.");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Check the preferences to see if we want this to be active.
|
// Check the preferences to see if we want this to be active.
|
||||||
if (!Preferences.get(PREF_ENABLED, true)) {
|
if (!Preferences.get(PREF_ENABLED, true)) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue