extensions css
This commit is contained in:
@@ -58,7 +58,7 @@ class Extension extends Item {
|
||||
|
||||
actionsInGlobalContext() {
|
||||
return this.actions.filter(function(action){
|
||||
return action.context == "global" || action.sync_provider == true;
|
||||
return action.context == "global";
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user