()
| 79 | } |
| 80 | |
| 81 | createIndicator() { |
| 82 | this._indicator = new Indicator(this.path, this.uuid); |
| 83 | this._indicator.enableScaling = !this._fractionalScalingEnabled; |
| 84 | this._indicator.enable(); |
| 85 | this._signals?.connect(this._indicator, 'open-preferences', () => this.openPreferences()); |
| 86 | } |
| 87 | |
| 88 | private _validateSettings() { |
| 89 | if (Settings.LAST_VERSION_NAME_INSTALLED === '17.0') { |