Skip to content

user-theme: Extensions review guidelines compatibility

Javad Rahmatzadeh requested to merge (removed):ego-compatibility into main

Extensions review guidelines enforces extensions to don't create objects in the constructor of the class that init() returns. so creating settings object in enable() can make the extension compatible with the ego review guidelines.

Merge request reports