Check if we should show the launcher
This commit is contained in:
parent
da3c550bfd
commit
00026fb5ef
@ -65,6 +65,7 @@ class ActivitiesBox(hippo.CanvasBox):
|
|||||||
self.add_activity(activity)
|
self.add_activity(activity)
|
||||||
|
|
||||||
for bundle in self._shell_model.get_bundle_registry():
|
for bundle in self._shell_model.get_bundle_registry():
|
||||||
|
if bundle.get_show_launcher():
|
||||||
self.add_activity(bundle)
|
self.add_activity(bundle)
|
||||||
|
|
||||||
for invite in self._invites:
|
for invite in self._invites:
|
||||||
|
Loading…
Reference in New Issue
Block a user