Skip to content

Commit

Permalink
Eye window: Collapse sidebar menu by default
Browse files Browse the repository at this point in the history
  • Loading branch information
papr committed Aug 4, 2020
1 parent b92d632 commit c6608f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pupil_src/launchables/eye.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,6 @@ def set_window_size():
)
icon.tooltip = "General Settings"
g_pool.iconbar.append(icon)
toggle_general_settings(False)

plugins_to_load = session_settings.get("loaded_plugins", default_plugins)
if overwrite_cap_settings:
Expand All @@ -540,6 +539,8 @@ def set_window_size():
g_pool.plugin_by_name[default_capture_name], default_capture_settings
)

toggle_general_settings(True)

g_pool.writer = None

# Register callbacks main_window
Expand Down

0 comments on commit c6608f1

Please sign in to comment.