Add UI for toggling CirclePad Pro
This commit is contained in:
@@ -168,6 +168,10 @@ ConfigWindow::ConfigWindow(ConfigCallback configCallback, MainWindowCallback win
|
|||||||
});
|
});
|
||||||
genLayout->addRow(tr("System language"), systemLanguage);
|
genLayout->addRow(tr("System language"), systemLanguage);
|
||||||
|
|
||||||
|
QCheckBox* circlePadProEnabled = new QCheckBox(tr("Enable CirclePad Pro"));
|
||||||
|
connectCheckbox(circlePadProEnabled, config.circlePadProEnabled);
|
||||||
|
genLayout->addRow(circlePadProEnabled);
|
||||||
|
|
||||||
QCheckBox* discordRpcEnabled = new QCheckBox(tr("Enable Discord RPC"));
|
QCheckBox* discordRpcEnabled = new QCheckBox(tr("Enable Discord RPC"));
|
||||||
connectCheckbox(discordRpcEnabled, config.discordRpcEnabled);
|
connectCheckbox(discordRpcEnabled, config.discordRpcEnabled);
|
||||||
genLayout->addRow(discordRpcEnabled);
|
genLayout->addRow(discordRpcEnabled);
|
||||||
|
|||||||
Reference in New Issue
Block a user