mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
autorunManager: Mark the Removable Devices source as resident
This ensures that it can't be removed when we clear the message tray. https://bugzilla.gnome.org/show_bug.cgi?id=696199
This commit is contained in:
parent
ac7efcb43a
commit
58e66b9e1b
1 changed files with 1 additions and 0 deletions
|
|
@ -292,6 +292,7 @@ const AutorunResidentSource = new Lang.Class({
|
|||
|
||||
_init: function(manager) {
|
||||
this.parent(_("Removable Devices"), 'media-removable');
|
||||
this.resident = true;
|
||||
|
||||
this._mounts = [];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue