Skip to content

Commit

Permalink
fix(Settings): Fix setting the settings value for video flipping
Browse files Browse the repository at this point in the history
  • Loading branch information
jrsnen committed May 31, 2021
1 parent 623f80f commit 3a02750
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/settings/videosettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ void VideoSettings::saveSettings()
QStringList() << "Name" << "Value", videoSettingsUI_->custom_parameters);

// Other-tab
saveCheckBox(SettingsKey::videoFlipEnabled, videoSettingsUI_->flip, settings_);
saveCheckBox(SettingsKey::videoOpenGL, videoSettingsUI_->opengl, settings_);
}

Expand Down

0 comments on commit 3a02750

Please sign in to comment.