Skip to content

Commit

Permalink
fix: correctly set tooltips, line was somehow gone
Browse files Browse the repository at this point in the history
  • Loading branch information
ElpadoCan committed Feb 14, 2025
1 parent 95c7304 commit f05772a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cellacdc/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -1146,6 +1146,8 @@ def setTooltips(self): #laoding tooltips for GUI from .\Cell_ACDC\docs\source\to
f"Shortcut: \"No shortcut\"",
tooltip
)

getattr(self, key).setToolTip(tooltip)

def run(self, module='acdc_gui', logs_path=None):
self.setWindowIcon()
Expand Down

0 comments on commit f05772a

Please sign in to comment.