mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Qt: make the pause play button only one button
This is to avoid several issue with using 2 actions and switching between them. This commit will instead have one action get his property changed on pause and play.
This commit is contained in:
@ -46,10 +46,10 @@ private:
|
||||
|
||||
void MakeActions();
|
||||
void UpdateIcons();
|
||||
void UpdatePausePlayButtonState(bool playing_state);
|
||||
|
||||
QAction* m_open_action;
|
||||
QAction* m_play_action;
|
||||
QAction* m_pause_action;
|
||||
QAction* m_pause_play_action;
|
||||
QAction* m_stop_action;
|
||||
QAction* m_fullscreen_action;
|
||||
QAction* m_screenshot_action;
|
||||
|
Reference in New Issue
Block a user