mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-31 11:35:24 +01:00
Remove duplicate action key in wiimotedev preferences.
Fixes issue 2046.
This commit is contained in:
parent
9f58fb6ded
commit
617ea33be9
@ -106,7 +106,7 @@ WiimotedevShortcutsConfig::WiimotedevShortcutsConfig(QWidget* parent)
|
||||
text_actions_.insert(WiimotedevShortcuts::PlayerTogglePause, tr("Play/Pause"));
|
||||
text_actions_.insert(WiimotedevShortcuts::PlayerSeekBackward, tr("Seek backward"));
|
||||
text_actions_.insert(WiimotedevShortcuts::PlayerSeekForward, tr("Seek forward"));
|
||||
text_actions_.insert(WiimotedevShortcuts::PlayerSeekForward, tr("Stop after"));
|
||||
text_actions_.insert(WiimotedevShortcuts::PlayerStopAfter, tr("Stop after"));
|
||||
text_actions_.insert(WiimotedevShortcuts::PlayerShowOSD, tr("Show OSD"));
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user