MCPcopy
hub / github.com/domferr/tilingshell / createIndicator

Method createIndicator

src/extension.ts:81–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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') {

Callers 1

enableMethod · 0.95

Calls 2

enableMethod · 0.45
connectMethod · 0.45

Tested by

no test coverage detected