Skip to content

Commit

Permalink
Do not try to force close prefs before reopening
Browse files Browse the repository at this point in the history
(cherry picked from commit bd86e20)
  • Loading branch information
Rafostar committed Apr 16, 2020
1 parent 45c1f76 commit f768b79
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,7 @@ var castMenu = class CastToTvMenu extends PopupMenu.PopupMenuSection

this.spawnExtensionPrefs = () =>
{
/* Close open window before reopening */
GLib.spawn_command_line_async('pkill -SIGINT -f gnome-shell-extension-prefs');

/* Open extension preferences */
/* Open extension preferences (pre-3.36) */
GLib.spawn_async('/usr/bin', ['gnome-shell-extension-prefs',
'[email protected]'], null, 0, null);
}
Expand Down

0 comments on commit f768b79

Please sign in to comment.