mirror of
https://gitlab.gnome.org/june/top-bar-organizer.git
synced 2026-01-12 01:03:51 +01:00
Refactor: Use constructor instead of _init
This commit is contained in:
parent
cda099be24
commit
2f9f4d1a3f
4 changed files with 8 additions and 8 deletions
|
|
@ -22,8 +22,8 @@ var PrefsPage = GObject.registerClass({
|
|||
"right-box"
|
||||
]
|
||||
}, class PrefsPage extends Adw.PreferencesPage {
|
||||
_init(params = {}) {
|
||||
super._init(params);
|
||||
constructor(params = {}) {
|
||||
super(params);
|
||||
|
||||
this._settings = ExtensionUtils.getSettings();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue