We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24e5331 commit c72ad98Copy full SHA for c72ad98
app/gui/trayicon.py
@@ -58,6 +58,7 @@ def populate_context_menu(self, profile_list: List[ProfileGroup]):
58
for profile_group in profile_list:
59
if profile_group.type == "gcp":
60
action = menu.addAction("[GCP] " + profile_group.name)
61
+ action.setIconVisibleInMenu(True)
62
action.triggered.connect(partial(self.gui.login_gcp,
63
profile_group=profile_group))
64
action.setIcon(self.assets.get_icon(style=ICON_STYLE_GCP, color_code=profile_group.color))
0 commit comments