mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-21 00:37:59 -05:00
applets: Correct event ResetTypes from OneShot to Sticky
Fixes bugs relating to signalling in software keyboard.
This commit is contained in:
@ -23,7 +23,7 @@ class QtProfileSelectionDialog final : public QDialog {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
QtProfileSelectionDialog(QWidget* parent);
|
||||
explicit QtProfileSelectionDialog(QWidget* parent);
|
||||
~QtProfileSelectionDialog() override;
|
||||
|
||||
void accept() override;
|
||||
|
Reference in New Issue
Block a user