Skip to content

Commit

Permalink
delete old logo and use previous current_dir declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelHub committed Jun 25, 2021
1 parent 9804484 commit 20fbbd6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Binary file removed icons/logo.png
Binary file not shown.
7 changes: 1 addition & 6 deletions main_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,8 @@
from PySide2.QtUiTools import loadUiType
from PySide2.QtWidgets import QFileDialog
import utilities.helpers
from PySide2 import QtXml
from PyQt5 import uic

current_dir = os.environ.get(
"_MEIPASS2",
os.path.abspath(".")
)
current_dir = os.path.dirname(os.path.abspath(__file__))
Form, Base = loadUiType(os.path.join(current_dir, "ui", "mainWindow.ui"))

class MainWidget(Base, Form):
Expand Down

0 comments on commit 20fbbd6

Please sign in to comment.