Make dictionary spinner optional (#945)
This commit is contained in:
parent
69e5ea6138
commit
91b4feb934
@ -242,8 +242,10 @@ class DictionaryImportController {
|
||||
}
|
||||
|
||||
_setSpinnerVisible(visible) {
|
||||
if (this._spinner !== null) {
|
||||
this._spinner.hidden = !visible;
|
||||
}
|
||||
}
|
||||
|
||||
_preventPageExit() {
|
||||
return this._settingsController.preventPageExit();
|
||||
|
Loading…
Reference in New Issue
Block a user