Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Sep 30, 2024
1 parent 18312c7 commit 80552e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/screencast_keys/ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,8 +496,7 @@ class SK_OT_ScreencastKeys(bpy.types.Operator):
bl_idname = "wm.sk_screencast_keys"
bl_label = "Screencast Keys"
bl_description = "Display keys pressed"
# bl_options = {'REGISTER', 'MODAL_PRIORITY'}
bl_options = {'REGISTER'}
bl_options = {'REGISTER', 'MODAL_PRIORITY'} if compat.check_version(4, 2, 0) >= 0 else {'REGISTER'}

# Last save time by auto save.
last_auto_saved_time = 0
Expand Down

0 comments on commit 80552e1

Please sign in to comment.