Skip to content

Commit

Permalink
Update code style
Browse files Browse the repository at this point in the history
  • Loading branch information
kra-mo authored Sep 18, 2022
1 parent 1d4a302 commit b9bec9f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ class FeatureIndicator extends QuickSettings.SystemIndicator {
this._indicator = this._addIndicator();
this._indicator.icon_name = 'input-touchpad-symbolic';

this._settings = new Gio.Settings({
schema_id: 'org.gnome.desktop.peripherals.touchpad',
});
this._settings = new Gio.Settings({schema_id: 'org.gnome.desktop.peripherals.touchpad'});

this._settings.bind('disable-while-typing',
this._indicator, 'visible',
Expand Down

0 comments on commit b9bec9f

Please sign in to comment.