mirror of
https://github.com/gtalent/sc9k.git
synced 2025-01-23 07:23:38 -06:00
Fix Image Preview button to use the correct image settings
This commit is contained in:
parent
344cc4f819
commit
048b06db97
@ -210,7 +210,7 @@ void MainWindow::setupViewControls(QVBoxLayout *rootLyt) {
|
|||||||
|
|
||||||
void MainWindow::openSettings() {
|
void MainWindow::openSettings() {
|
||||||
SettingsDialog d(this);
|
SettingsDialog d(this);
|
||||||
connect(&d, &SettingsDialog::previewPreset, &m_cameraClient, &CameraClient::setPreset);
|
connect(&d, &SettingsDialog::previewPreset, &m_cameraClient, &CameraClient::setPresetVC);
|
||||||
auto const result = d.exec();
|
auto const result = d.exec();
|
||||||
if (result == QDialog::Accepted) {
|
if (result == QDialog::Accepted) {
|
||||||
m_cameraClient.setBaseUrl();
|
m_cameraClient.setBaseUrl();
|
||||||
|
Loading…
Reference in New Issue
Block a user