Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/pywinctl/_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1054,4 +1054,3 @@ class _WINDICT(TypedDict): # noqa: PYI049 # Private symbol imported by internal
"PyWinCtl currently does not support this platform. "
+ "If you think you can help, please contribute! https://github.com/Kalmat/PyWinCtl"
)
Window = Window
2 changes: 1 addition & 1 deletion src/pywinctl/_pywinctl_linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

# WARNING: Changes are not immediately applied, specially for hide/show (unmap/map)
# You may set wait to True in case you need to effectively know if/when change has been applied.
WAIT_ATTEMPTS = 10
WAIT_ATTEMPTS = 15
WAIT_DELAY = 0.025 # Will be progressively increased on every retry


Expand Down
Loading