Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Oct 2, 2024
1 parent 857e691 commit 647b547
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/screencast_keys/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ def draw(self, _):
c.label(text="Mode:")
c.prop(prefs, "last_operator_show_mode", text="")

# extensions.blender.org: Delete block start

column.separator()

column.label(text="Experimental:")
Expand All @@ -130,7 +132,9 @@ def draw(self, _):
_ = sp.column() # spacer.
sp = sp.split(factor=1.0)
c = sp.column()
c.prop(prefs, "get_event_aggressively") # extensions.blender.org: Delete line # noqa # pylint: disable=C0301
c.prop(prefs, "get_event_aggressively")

# extensions.blender.org: Delete block end


class SK_PT_ScreencastKeys_Overlay(bpy.types.Panel):
Expand Down

0 comments on commit 647b547

Please sign in to comment.