Skip to content
Snippets Groups Projects
Commit ad4f5092 authored by William Reynish's avatar William Reynish
Browse files

UI: Remove redundant Running Jobs from Sequencer header.

You would see the running jobs thrice, once in each Sequencer header and in the Status Bar too.
One instance of this is more than enough.
parent 84040b86
No related branches found
No related tags found
No related merge requests found
......@@ -106,8 +106,6 @@ class SEQUENCER_HT_header(Header):
layout.separator_spacer()
layout.template_running_jobs()
if st.view_type in {'SEQUENCER', 'SEQUENCER_PREVIEW'}:
layout.separator()
layout.operator("sequencer.refresh_all", icon='FILE_REFRESH', text="")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment