fix logo
This commit is contained in:
parent
b71f7f4b3e
commit
198d6e87bb
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ if __name__ == "__main__":
|
|||
# Start Qt Qui Application loop
|
||||
app = QGuiApplication([])
|
||||
# Set Qt Window Icon
|
||||
app.setWindowIcon(QIcon(":/ParchLogo.svg"))
|
||||
app.setWindowIcon(QIcon(":ParchLogo.svg"))
|
||||
# Loading Main Class
|
||||
m = Main()
|
||||
# Set loop exec
|
||||
|
|
Loading…
Add table
Reference in a new issue