Skip to content

Commit

Permalink
修改加载窗口停留时间
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXnneHang committed Jul 15, 2024
1 parent bfab1c5 commit 9854b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yasumi_clock.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def list_main_button_pos(self):
# mainWindow.show()

timer = QtCore.QTimer()
timer.singleShot(2000, mainWindow.Show) # Delay mainWindow's show by 1 second
timer.singleShot(1500, mainWindow.Show) # Delay mainWindow's show by 1 second


sys.exit(app.exec_())

0 comments on commit 9854b39

Please sign in to comment.