trigger filtering after discover

This commit is contained in:
iLLiCiTiT 2021-08-26 11:58:04 +02:00
parent e0df3e92d2
commit dfa9132ac3

View file

@ -138,6 +138,8 @@ class ActionModel(QtGui.QStandardItemModel):
self._registered_actions = actions
self.filter_actions()
def get_application_actions(self):
actions = []
if not self.dbcon.Session.get("AVALON_PROJECT"):