Skip to content

Commit

Permalink
Remove hint button
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainStabs committed Jul 24, 2024
1 parent 8232783 commit a3c2f9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ def __init__(self):
super(Ui, self).__init__()
uic.loadUi('not_malware.ui', self)
self.setWindowTitle("Totally Not Malware")
self.setWindowFlag(QtCore.Qt.WindowContextHelpButtonHint, False)
# self.setWindowFlags(QtCore.Qt.WindowStaysOnTopHint)
# self.setWindowFlags(QtCore.Qt.WindowMinimizeButtonHint)
# self.setMaximumSize(QtCore.QSize(468, 198))
Expand Down

0 comments on commit a3c2f9e

Please sign in to comment.