Skip to content

Commit

Permalink
changed name of app to a simple and easy to remember name.
Browse files Browse the repository at this point in the history
  • Loading branch information
techy4shri committed Feb 1, 2025
1 parent b18bdcd commit 71e3ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def init_ui(self):
Initializes the user interface.
"""
layout = QVBoxLayout()
self.setWindowTitle("OpenModelica Simulation App")
self.setWindowTitle("OM-Sim")
self.setWindowIcon(QIcon("./assets/icons8-mechanical-64.png"))

# gradient background
Expand Down

0 comments on commit 71e3ed5

Please sign in to comment.