Skip to content

Commit 7138878

Browse files
committed
Disable iconify
1 parent eb06aaf commit 7138878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bridge/Server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ def main(pipeline_path, viewport_bit_depth, connection_addresses,
318318
# Don't hide for better OS/Drivers schedule priority
319319
#glfw.hide_window(window)
320320
# Minimize instead:
321-
glfw.iconify_window(window)
321+
#glfw.iconify_window(window)
322322

323323
glfw.swap_interval(0)
324324

0 commit comments

Comments
 (0)