citra_qt: Fix Hybrid Screen layout menu option
This commit is contained in:
@@ -25,7 +25,7 @@ ConfigureLayout::ConfigureLayout(QWidget* parent)
|
||||
connect(ui->layout_combobox,
|
||||
static_cast<void (QComboBox::*)(int)>(&QComboBox::currentIndexChanged), this,
|
||||
[this](int currentIndex) {
|
||||
ui->custom_layout_group->setEnabled(ui->layout_combobox->currentIndex() == 5);
|
||||
ui->custom_layout_group->setEnabled(ui->layout_combobox->currentIndex() == 6);
|
||||
});
|
||||
|
||||
connect(ui->bg_button, &QPushButton::clicked, this, [this] {
|
||||
|
||||
@@ -75,6 +75,11 @@
|
||||
<string>Separate Windows</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Hybrid Screen</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Custom Layout</string>
|
||||
|
||||
Reference in New Issue
Block a user