Skip to content

Commit

Permalink
Removed some trailing spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
glerroo authored and andyholmes committed Oct 16, 2022
1 parent 7601759 commit 4208acc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/prefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ function init() {
function fillPreferencesWindow(window) {
const widget = new Adw.PreferencesPage();
window.add(widget);

GLib.idle_add(GLib.PRIORITY_DEFAULT_IDLE, () => {
window.close();
});

Gio.Subprocess.new([`${Extension.path}/gsconnect-preferences`], 0);
}

0 comments on commit 4208acc

Please sign in to comment.