Skip to content

Commit

Permalink
Merge pull request #907 from chdoc/fix-gui-blueprint
Browse files Browse the repository at this point in the history
[gui/blueprint] resolve duplicate key assignment
  • Loading branch information
myk002 authored Dec 7, 2023
2 parents b3b97f2 + 818b52c commit 0b528f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/blueprint.lua
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ function StartPosPanel:init()
self:addviews{
widgets.CycleHotkeyLabel{
view_id='startpos',
key='CUSTOM_P',
key='CUSTOM_S',
label='playback start',
options={'Unset', 'Setting', 'Set'},
initial_option=self.start_pos and 'Set' or 'Unset',
Expand Down

0 comments on commit 0b528f1

Please sign in to comment.