We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2876550 commit 06fb781Copy full SHA for 06fb781
examples.py
@@ -491,7 +491,8 @@ def example_30(new_title):
491
time.sleep(1.5)
492
493
def example_31():
494
- """Set the window title twice"""
+ """Set the window title twice, to test if there is a delay when
495
+ changing the title"""
496
emit.progress("Changed the title once", update_titlebar=True)
497
time.sleep(2)
498
emit.progress("Changed the title twice", update_titlebar=True)
0 commit comments