Skip to content

Commit 08daab1

Browse files
committed
program name
1 parent fb27b27 commit 08daab1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
class TODOlistApplication():
77
def __init__(self) -> None:
88
self.app = QApplication(sys.argv)
9-
# self.app.setStyle("Fusion")
9+
self.app.setApplicationDisplayName("TODOlist")
10+
self.app.setApplicationName("TODOlist")
1011

1112
self.model = Model()
1213
self.view = Window(self.model)

0 commit comments

Comments
 (0)