MCPcopy Create free account
hub / github.com/CoderLine/alphaTab / handleBackwardsCompatibility

Method handleBackwardsCompatibility

packages/alphatab/src/Settings.ts:83–87  ·  view source on GitHub ↗

* handles backwards compatibility aspects on the settings, removed in 2.0 * @internal

()

Source from the content-addressed store, hash-verified

81 * @internal
82 */
83 public handleBackwardsCompatibility() {
84 if (this.player.playerMode === PlayerMode.Disabled && this.player.enablePlayer) {
85 this.player.playerMode = PlayerMode.EnabledAutomatic;
86 }
87 }
88}

Callers 2

constructorMethod · 0.80
updateSettingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected