autorunManager: Don't show a right-click menu
Activating the source shouldn't be possible, and neither should removing it. https://bugzilla.gnome.org/show_bug.cgi?id=683438
This commit is contained in:
@ -284,6 +284,10 @@ const AutorunResidentSource = new Lang.Class({
|
||||
this._notification = new AutorunResidentNotification(this._manager, this);
|
||||
},
|
||||
|
||||
buildRightClickMenu: function() {
|
||||
return null;
|
||||
},
|
||||
|
||||
addMount: function(mount, apps) {
|
||||
if (!shouldAutorunMount(mount, false))
|
||||
return;
|
||||
|
Reference in New Issue
Block a user