Skip to content

light-style: Always save scheme preference on enable()

Disable() should restore the scheme preference that was used when the extension was enabled, not when it was first initialized.

Even if it's unlikely to be relevant in practice, let's make sure we save the correct state.

Merge request reports